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