Help for this page
# $foo and $bar are not accessable outside of this scope { ... sub DoSomething { print "$foo $bar\n"; }
# $foo and $bar are not accessable outside of this scope { ... print "$foo $bar\n"; } }