in reply to Re: how could I use map here?
in thread how could I use map here?

This is for those that like to keep it one line, and map()ers usually do. :)   s/^CHOP_ME_OFF_// for @array2 = @array1; (Not that it's likely that I'd do that myself -- I prefer to have my assignment a bit more towards BOL...)

ihb