Wednesday, April 13, 2005

commandline arguments in perl

unlike C , in perl the first command line argument is ARGV[0] and not ARGV[1]
$#ARGV is the subscript of the last element of the @ARGV array

No comments: