package Foo { my $foo = 123; package Bar { # can still see $foo } } package Baz { # cannot see $foo }