Jan 3, 2007

MISC #2, Reserved Arrays

@ARGV
list of command line arguments supplied to the script. first index, 0, is the first argument

@INC
list of directories that Perl should examine when importing modules via the do, require, or use constructs

@_
list of parameters supplied to the function or subroutine

No comments: