Help for this page

Select Code to Download


  1. or download this
    foreach $id (keys %hashes) {
      push @ids, $id if ( cond($hashes{$id}) );
    ...
                ($hashes{$id}{'key4'} < 10)
             );
    }