From: Mike Guy Date: Thu, 17 Aug 2000 16:26:56 +0000 (+0100) Subject: Re: [ID 20000816.012] *foo = *_ is broken X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=314d39ceeccf6c9ed18a761b1261137e0e8bdc75;p=p5sagit%2Fp5-mst-13.2.git 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