sub func { $_ = "foo"; } func() for my $var; # $_ is an alias func(); # $_ isn't an alias