@array = grep { ! /^$pattern$/ } @array; #### @array = grep $_ ne $whatever, @array;