nerdexam
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)
  • A
    3% (1)
  • B
    13% (4)
  • C
    77% (23)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full 1D0-437 Practice