diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-06-01 08:12:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-06-01 08:12:00 +0000 |
commit | 46836f5c247eb34869c545432b788a4a49f94ab5 (patch) | |
tree | d2d913901118bc2e3d4c9c4daee1fb2e097315a7 /pod/perltrap.pod | |
parent | d78bda3d795fc7304baa075ae01db33175e538c2 (diff) | |
download | perl-46836f5c247eb34869c545432b788a4a49f94ab5.tar.gz |
remove incorrect documentation about implicit split to @_ in
list context, which never really worked in perl 5 (from
M.J.T. Guy)
p4raw-id: //depot/perl@6185
Diffstat (limited to 'pod/perltrap.pod')
-rw-r--r-- | pod/perltrap.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perltrap.pod b/pod/perltrap.pod index 3f54edef2b..c59ecc4daf 100644 --- a/pod/perltrap.pod +++ b/pod/perltrap.pod @@ -586,6 +586,12 @@ Some error messages will be different. =item * Discontinuance +In Perl 4, if in list context the delimiters to the first argument of +C<split()> were C<??>, the result would be placed in C<@_> as well as +being returned. Perl 5 has more respect for your subroutine arguments. + +=item * Discontinuance + Some bugs may have been inadvertently removed. :-) =back |