http://qs321.pair.com?node_id=443109


in reply to Re^3: Stupid mistakes I repeatedly make
in thread Stupid mistakes I repeatedly make

If you just want to modify the list:
map {s/.../.../} @list;
and in modern Perls, that won't build a list in memory.