Keywords related to the control flow of your Perl program:
__FILE__, __LINE__, __PACKAGE__, __SUB__, break, caller,
continue, die, do, dump, eval, evalbytes, exit, goto,
- last, next, prototype, redo, return, sub, wantarray
+ last, next, redo, return, sub, wantarray
Keywords related to scoping:
caller, import, local, my, our, package, state, use
Miscellaneous functions:
- defined, dump, eval, evalbytes, formline, local, lock, my,
- our, prototype, reset, scalar, state, undef, wantarray
+ defined, formline, lock, prototype, reset, scalar, undef
Functions for processes and process groups:
alarm, exec, fork, getpgrp, getppid, getpriority, kill,
C<break>, C<caller>, C<continue>, C<die>, C<do>,
C<dump>, C<eval>, C<evalbytes> C<exit>,
C<__FILE__>, C<goto>, C<last>, C<__LINE__>, C<next>, C<__PACKAGE__>,
-C<prototype>, C<redo>, C<return>, C<sub>, C<__SUB__>, C<wantarray>
+C<redo>, C<return>, C<sub>, C<__SUB__>, C<wantarray>
C<break> is available only if you enable the experimental C<"switch">
feature or use the C<CORE::> prefix. The C<"switch"> feature also enables
=for Pod::Functions =Misc
-C<defined>, C<dump>, C<eval>, C<evalbytes>,
-C<formline>, C<local>, C<lock>, C<my>, C<our>, C<prototype>,
-C<reset>, C<scalar>, C<state>, C<undef>, C<wantarray>
+C<defined>, C<formline>, C<lock>, C<prototype>, C<reset>, C<scalar>, C<undef>
=item Functions for processes and process groups
X<process> X<pid> X<process id>