summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorMike Guy <mjtg@cam.ac.uk>2000-08-17 17:26:56 +0100
committerSteve Peters <steve@fisharerojo.org>2006-07-26 01:59:06 +0000
commit314d39ceeccf6c9ed18a761b1261137e0e8bdc75 (patch)
tree47f1da3a63c1f2df11e6f61ae512f33dd4a3b90c /pod/perlvar.pod
parentaef0a14ca0d200cf201597324fe188e274db1643 (diff)
downloadperl-314d39ceeccf6c9ed18a761b1261137e0e8bdc75.tar.gz
Re: [ID 20000816.012] *foo = *_ is broken
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
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 68c8303aea..8a3701471d 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<perlfunc/require> for details.
+=item @ARG
+
=item @_
Within a subroutine the array @_ contains the parameters passed to that