Help for this page
my @keep = (); while (@array) { ... # do stuff push @keep, $element unless ( $result eq 'foo' ); }