This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [ID 20000816.012] *foo = *_ is broken
authorMike Guy <mjtg@cam.ac.uk>
Thu, 17 Aug 2000 16:26:56 +0000 (17:26 +0100)
committerSteve Peters <steve@fisharerojo.org>
Wed, 26 Jul 2006 01:59:06 +0000 (01:59 +0000)
Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>

Only part regarding @ARG missing from the documentation was applied.

p4raw-id: //depot/perl@28617

pod/perlvar.pod

index 68c8303..8a37014 100644 (file)
@@ -1317,6 +1317,8 @@ You can also insert hooks into the file inclusion system by putting Perl
 code directly into @INC.  Those hooks may be subroutine references, array
 references or blessed objects.  See L<perlfunc/require> for details.
 
 code directly into @INC.  Those hooks may be subroutine references, array
 references or blessed objects.  See L<perlfunc/require> for details.
 
+=item @ARG
+
 =item @_
 
 Within a subroutine the array @_ contains the parameters passed to that
 =item @_
 
 Within a subroutine the array @_ contains the parameters passed to that