We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949c62a commit 9f5a968Copy full SHA for 9f5a968
S07-lists.pod
@@ -13,8 +13,8 @@ Synopsis 7: Lists and Iteration
13
14
Created: 12 July 2012
15
16
- Last Modified: 12 July 2012
17
- Version: 1
+ Last Modified: 29 May 2013
+ Version: 2
18
19
=head1 Overview
20
@@ -68,7 +68,8 @@ that creates C<Parcel> objects.
68
69
A C<Parcel> is also C<Positional>, and uses flattening context for
70
list operations such as C<.[]> and C<.elems>. See "Flattening contexts"
71
-below.
+below. For raw access to the arguments without flattening, you may use
72
+C<.arg($n)> instead of C<.[$n]>, and C<.args> instead of C<.elems>.
73
74
=head2 Flattening contexts, the C<Iterable> type
75
0 commit comments