Help for this page
my $stuff; for(return_value()) { ... tr/x/y/; $stuff = $_; }
my $stuff = return_value(); for($stuff) { ... s/foo//g; tr/x/y/; }