in reply to Re^2: Perl oddities (s/// doesn't DWIM in map)in thread Perl oddities
I write that as
s/foo/bar/ for my @new = @old; [download]
Makeshifts last the longest.