what is the value of @ARGV? seenagape 11 years ago Consider the following command:perl runme.pl arg1 arg2 arg3Given this command issued on the command line, what is the value of @ARGV? A.arg1 B.runme.pl C.arg1 arg2 arg3 D.2 ← Previous question Next question →