@modified_list = map { $_ =~ /good stuff/ : #do stuff here ? () } @array; #### @modified_list = map { #do stuff here } grep { /good_stuff/ } @array