Consider the following command
perl1 runme.pl arg1 arg2 arg3
Given this command issued on the command line, what is the value of $#ARGV?
A.
0
B.
1
C.
2
D.
3
Consider the following command
perl1 runme.pl arg1 arg2 arg3
Given this command issued on the command line, what is the value of $#ARGV?
Consider the following command
perl1 runme.pl arg1 arg2 arg3
Given this command issued on the command line, what is the value of $#ARGV?
A.
0
B.
1
C.
2
D.
3
C