diff options
author | YAMASHINA Hio <hio@ymir.co.jp> | 2007-11-18 08:02:12 +0900 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-11-17 14:07:51 +0000 |
commit | 3d9f6fa156386cc85b0863d1494caa19f215b252 (patch) | |
tree | 78f9ca07177c818d94c9f62a2f4b38294152b174 /pod/perl5100delta.pod | |
parent | 62c26f88ff62cb4316659ce4a17cb0ee37fe3f78 (diff) | |
download | perl-3d9f6fa156386cc85b0863d1494caa19f215b252.tar.gz |
typo in perl5100delta.pod
Message-Id: <20071117230212.20bef697.hio@hio.jp>
Date: Sat, 17 Nov 2007 23:02:12 +0900
p4raw-id: //depot/perl@32366
Diffstat (limited to 'pod/perl5100delta.pod')
-rw-r--r-- | pod/perl5100delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index d61a19442e..7707e4b35d 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -227,7 +227,7 @@ overriding the lexical declaration with C<our $_>. (Rafael Garcia-Suarez) A new prototype character has been added. C<_> is equivalent to C<$> but defaults to C<$_> if the corresponding argument isn't supplied. (both C<$> -and <_> denote a scalar). Due to the optional nature of the argument, you +and C<_> denote a scalar). Due to the optional nature of the argument, you can only use it at the end of a prototype, or before a semicolon. This has a small incompatible consequence: the prototype() function has |