...

/

Quiz on Operators

Quiz on Operators

Let's check your knowledge of operators in Perl.

We'll cover the following...
Technical Quiz
1.

What is the output of the following code?

$myvar = 5;
print $myvar++;
A.

6

B.

5

C.

7

D.

None of the above


1 / 6