Perl keywords - learn.perl.org (original) (raw)
Perl Keywords
Below is a list of all the keywords available in the core of Perl, each links through to the relevant perldoc page. Please note that just because the keyword exists it does not mean that it is recommended to use it!
Perl functions
Perl syntax
__DATA__ | else | lock | qw |
---|---|---|---|
__END__ | elsif | lt | qx |
__FILE__ | eq | m | s |
__LINE__ | exp | ne | sub |
__PACKAGE__ | for | no | tr |
and | foreach | or | unless |
cmp | ge | package | until |
continue | gt | q | while |
CORE | if | xor | |
do | le | qr | y |
Perl variables
File Handles
ARGV | STDERR | STDOUT |
---|---|---|
ARGVOUT | STDIN |