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?

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



Leave a Reply 1

Your email address will not be published. Required fields are marked *