$ perl5.10.1 -we 'sub f { our $t; sub { $t } }; $x = f(); $y = f(); warn "$x $y";' CODE(0x95ca930) CODE(0x95ca930) at -e line 1.