Help for this page
Select Code to Download
Select
or
download this
@array = grep { ! /^$pattern$/ } @array;
Select
or
download this
@array = grep $_ ne $whatever, @array;