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