Help for this page

Select Code to Download


  1. or download this
    $VAR1 = [
              {
    ...
              }
            ];
    
  2. or download this
      map {
          map{ $total_value += $_->{test1} ; } @{$_->{columns}};
        } @{$testsub->result()}; 
          }