CIW
1D0-437 · Question #56
Consider the following command: perl runme.pl arg1 arg2 arg3 Given this command issued on the command line, what is the value of @ARGV?
The correct answer is C. arg1 arg2 arg3. See the full explanation below for the reasoning.
Question
Consider the following command:
perl runme.pl arg1 arg2 arg3 Given this command issued on the command line, what is the value of @ARGV?
Options
- Aarg1
- Brunme.pl
- Carg1 arg2 arg3
- D2
How the community answered
(30 responses)- A3% (1)
- B13% (4)
- C77% (23)
- D7% (2)
Community Discussion
No community discussion yet for this question.