My Perl Quiz
The ultimate place to learn Perl!
⌂
|
Start Quiz
|
List of questions
|
Other Quizes
Question #33:
What will be printed?
my @a = (0, 1,); print scalar(@a), "\n";
0
1
2
3
the code will fail
Next Question