Search notes:

Perl variables

$#: last index of array
$0: name of program
@_: parameters passed to a sub
%ENV
@INC
%SIG
version
$^E: os error info
$^O: platform
$^V: version
$^X: perl executable
$': list separator

See also

Perl

Index