Help for this page
{ my $bar; ... } print $bar; }
sub test { ... my $foo = 1; print test($foo);
use strict; ... } print $Strange::bar || "false";