my $stuff; for(return_value()) { chomp; s/foo//g; tr/x/y/; $stuff = $_; }