{ my $static = "Persistant"; sub mytest { return $static; } } print mytest(), "\n";