=over =item @ARGV The array @ARGV contains the command line arguments intended for the script. Note that C<$#ARGV> is the generally number of arguments minus one, because C<$ARGV[0]> is the first argument, I the command name. See "C<$0>" for the command name. =back