my @arraynew = grep { foo($item) } @array; if ($#arraynew != $#array) { # do something when item removed }