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


in reply to Removing chars from a word from an array

I might have missed something, but what about:

$word =~ s/$_// for @list;

?