Help for this page
s/^CHOP_ME_OFF_// for @my_array;
@my_array_2 = map {local $_=$_; s/^CHOP_ME_OFF_//; $_} @my_array;