Question #4: What will be printed by the code below? 57% on 902 times asked
my @a = (0, 1, 2); my ($b) = @a; print $b;