You want to print the array ARGV and not the variable ARGV


For all command line arguments
print @ARVG

For the first command line argument,
print $ARGV[0]


__________________

William Ampeh (x3939)
Federal Reserve Board


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to