diff options
author | Tony Cook <tony@develop-help.com> | 2013-09-10 17:04:00 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-09-16 15:30:13 +1000 |
commit | ec2eb8a9943f1b65cddb002daf1da31765c64298 (patch) | |
tree | 351cad4e079461a5ed6d36a0ee0a6a415f1194fc /pod/perlsub.pod | |
parent | 77e42cd2aa3aeb1b12b284fc71ecb17547b4a5c7 (diff) | |
download | perl-ec2eb8a9943f1b65cddb002daf1da31765c64298.tar.gz |
[perl #77680] add pointers to a few other perl called subs
Diffstat (limited to 'pod/perlsub.pod')
-rw-r--r-- | pod/perlsub.pod | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pod/perlsub.pod b/pod/perlsub.pod index eac455229f..2b4b35b96b 100644 --- a/pod/perlsub.pod +++ b/pod/perlsub.pod @@ -272,6 +272,19 @@ C<BINMODE>, C<CLEARERR>, C<CLOSE>, C<EOF>, C<ERROR>, C<FDOPEN>, C<FILENO>, C<FILL>, C<FLUSH>, C<OPEN>, C<POPPED>, C<PUSHED>, C<READ>, C<SEEK>, C<SETLINEBUF>, C<SYSOPEN>, C<TELL>, C<UNREAD>, C<UTF8>, C<WRITE> +=item documented in L<perlfunc> + +L<< C<import> | perlfunc/use >>, L<< C<unimport> | perlfunc/use >>, +L<< C<INC> | perlfunc/require >> + +=item documented in L<UNIVERSAL> + +C<VERSION> + +=item documented in L<perldebguts> + +C<DB::DB>, C<DB::sub>, C<DB::lsub>, C<DB::goto>, C<DB::postponed> + =item undocumented, used internally by the L<overload> feature any starting with C<(> |