my $x; <- this one. { my $y; <- not this one. ... } { my $z; <- this one. sub f { ... } }