in reply to mod_perl / Apache::Registry accidental closures
BEGIN { my $var; sub foo { return ++$var; } } [download]