Help for this page

Select Code to Download


  1. or download this
    @in = grep { $_->{$field} eq $value } @in;
    
  2. or download this
    @out = grep { $_->{$field} eq $value } @in;
    @in = @out;