Search notes:

Perl functions

-r_-w_-x_-o_-R_-W_-X_-O_-e_-z_-s_-f_-d_-l_-p_-S_-b_-c_-t_-u_-g_-k_-T_-B_-M_-A_-C
alarm
binmode
chdir
chomp
chr: to create a character from a Unicode codepoint.
cmp
crypt
die
each
ellipsis statement (...)
exists
for
foreach
glob
grep
hex interprets an epression as a hexadecimal representation of a number and evaluates to that number.
int
join
length
localtime
m//: dynamic case sensitiveness
m//: match and assign
map
mkdir
oct
open
opendir
ord: retuns the Unicode codepoint of a character.
pack
print
printf
push
pop
q
qq
qr
quotemeta
qw
qx
rand
readpipe
redo
ref
require
s///e
s///: replace and assign
seek
shift
sort
splice
split
srand
stat
state
substr
system
time
uc
unpack
unshift
wantarray
y

See also

Perl
perldoc

Index