Help for this page

Select Code to Download


  1. or download this
    my %gp = (
      ...
      Gi => \@gi, # an array ref
      Gt => \@gt,
    );
    
  2. or download this
      ...
      $j = $gp{$i};
    ...
      }
      for $val (@values){
      ...