diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-16 21:31:13 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-16 21:31:13 -0800 |
commit | f61f53cc17e4f9fc4ae83ca7b480cd0ce7b315fa (patch) | |
tree | 601c99fb3e77413ace871fda546b5a045f69d68e /pod/perlvar.pod | |
parent | 6cee328eb74e2e3a6f30d2fc2f5d3bd30f84763a (diff) | |
download | perl-f61f53cc17e4f9fc4ae83ca7b480cd0ce7b315fa.tar.gz |
Mention evalbytes in perlvar as a (_) function
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 38356c31e2..1727c6db43 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -106,7 +106,8 @@ Here are the places where Perl will assume C<$_> even if you don't use it: The following functions use C<$_> as a default argument: -abs, alarm, chomp, chop, chr, chroot, cos, defined, eval, exp, glob, +abs, alarm, chomp, chop, chr, chroot, +cos, defined, eval, evalbytes, exp, glob, hex, int, lc, lcfirst, length, log, lstat, mkdir, oct, ord, pos, print, quotemeta, readlink, readpipe, ref, require, reverse (in scalar context only), rmdir, sin, split (on its second argument), sqrt, stat, study, uc, ucfirst, |