in reply to Re^2: Interview Questions
in thread Interview Questions

To the peanut gallery, its not being inside the BEGIN block that matters. This too is a closure:
{ my $msg = "Hi randal!"; sub hi { print "$msg\n"; } }
(Yes merlyn, I know you know this... My coworker that just pointed out your message does not.)