Consider the following command:
perl runme.pl arg1 arg2 arg3
Given this command issued on the command line, what is the value of @ARGV?
arg1
runme.pl
arg1 arg2 arg3
2
Submit