for (0..$#array) { if ($array[$_] == $whatever) { splice @array, $_, 1; } }