My Perl Quiz
The ultimate place to learn Perl!
⌂
|
Start Quiz
|
List of questions
|
Other Quizes
Question #42:
What will be printed?
my $var = sub { print 'Hello!' }; print ref($var);
1
true
CODE
SCALAR
SUB
Next Question