This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aef0a14
)
Re: [ID 20000816.012] *foo = *_ is broken
author
Mike Guy
<mjtg@cam.ac.uk>
Thu, 17 Aug 2000 16:26:56 +0000
(17:26 +0100)
committer
Steve 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
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlvar.pod
b/pod/perlvar.pod
index
68c8303
..
8a37014
100644
(file)
--- 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