Help for this page

Select Code to Download


  1. or download this
    my $total_value = 0;
    foreach my $result (@{$testsub->result()}) {
    ...
          $total_value += $column->{test1};
       }
    }