Help for this page

Select Code to Download


  1. or download this
    my @gravity_hashrefs = grep {$_->{CHIPS_PART_NAME}=~/gravity/i} @goodR
    +efDes;
    
  2. or download this
    grep { if ($_->{CHIPS_PART_NAME}=~/gravity/i)
           {
    ...
              0;
           }          
         } @goodRefDes;