Help for this page
sub grep_in_place(&\@) { my ($cb, $array) = @_; ... } grep_in_place { ... } @array;