Help for this page

Select Code to Download


  1. or download this
    sub grep_in_place(&\@) {
       my ($cb, $array) = @_;
    ...
    }
    
    grep_in_place { ... } @array;