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