in reply to Re^2: Interview Questionsin thread Interview Questions
{ my $msg = "Hi randal!"; sub hi { print "$msg\n"; } } [download]