Help for this page
#!/usr/bin/perl ... local $foo = 99; # package variable, dynamically scoped func(); # -> 99 }