Author: wayland
Date: 2009-02-24 05:56:48 +0100 (Tue, 24 Feb 2009)
New Revision: 25514

Modified:
   docs/Perl6/Spec/S19-commandline.pod
Log:
Added a note about @*ARGS


Modified: docs/Perl6/Spec/S19-commandline.pod
===================================================================
--- docs/Perl6/Spec/S19-commandline.pod 2009-02-24 04:36:33 UTC (rev 25513)
+++ docs/Perl6/Spec/S19-commandline.pod 2009-02-24 04:56:48 UTC (rev 25514)
@@ -353,7 +353,10 @@
 
 =back
 
+=head2 Remaining arguments
 
+Any remaining arguments to the Perl6 program are placed in the @*ARGS array.  
+
 =head1 Option Reference
 
 Perl 6 options, descriptions, and services.

Reply via email to