1D0-437 Web TestEngine demo

Exit VCEDump 1D0-437 CIW PERL FUNDAMENTALS
Question 19 of 23
0% complete
Q19 Single choice

Consider the following lines of code:
sub mySub {

($arg, @args) = @_;

foreach $val (@args) {

$returnVal .= "$arg, $val\n";

}

$returnVal . "" . @args;

}

print &mySub(1, "a value", "another value", "a parameter", "another parameter");

What is the output of these lines of code?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in