CIW
1D0-437 · Question #1
Consider the following command: perl1 runme.pl arg1 arg2 arg3 Given this command issued on the command line, what is the value of $#ARGV?
The correct answer is C. 2. See the full explanation below for the reasoning.
Question
Consider the following command:
perl1 runme.pl arg1 arg2 arg3 Given this command issued on the command line, what is the value of $#ARGV?
Options
- A0
- B1
- C2
- D3
How the community answered
(23 responses)- A4% (1)
- B13% (3)
- C83% (19)
Community Discussion
No community discussion yet for this question.