From: Mike Guy Date: Thu, 17 Aug 2000 16:26:56 +0000 (+0100) Subject: Re: [ID 20000816.012] *foo = *_ is broken X-Git-Tag: v5.10.0~3231 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/314d39ceeccf6c9ed18a761b1261137e0e8bdc75?ds=inline Re: [ID 20000816.012] *foo = *_ is broken Message-Id: Only part regarding @ARG missing from the documentation was applied. p4raw-id: //depot/perl@28617 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 68c8303..8a37014 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -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 for details. +=item @ARG + =item @_ Within a subroutine the array @_ contains the parameters passed to that