diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-20 21:57:32 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-05-20 22:13:44 -0700 |
commit | 09783a0a55f86092ea742bd6915170b04f98af7f (patch) | |
tree | 6de5614ad2b799afbddcd4a241f53e0f8dccd564 | |
parent | cd642408b70f009ca99d93c350a0bfc33707da9a (diff) | |
download | perl-09783a0a55f86092ea742bd6915170b04f98af7f.tar.gz |
Update CORE.pod to reflect &CORE::keys() etc.
-rw-r--r-- | lib/CORE.pod | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/CORE.pod b/lib/CORE.pod index ce5feb5908..e40b2d0aa9 100644 --- a/lib/CORE.pod +++ b/lib/CORE.pod @@ -49,10 +49,8 @@ ampersand syntax and through references does not work for the following functions, as they have special syntax that cannot always be translated into a simple list (e.g., C<eof> vs C<eof()>): -C<chdir>, C<chomp>, C<chop>, C<defined>, C<delete>, C<each>, -C<eof>, C<exec>, C<exists>, C<keys>, C<lstat>, C<pop>, C<push>, -C<shift>, C<splice>, C<split>, C<stat>, C<system>, C<truncate>, -C<unlink>, C<unshift>, C<values> +C<chdir>, C<chomp>, C<chop>, C<defined>, C<delete>, C<eof>, C<exec>, +C<exists>, C<lstat>, C<split>, C<stat>, C<system>, C<truncate>, C<unlink> =head1 OVERRIDING CORE FUNCTIONS |