Help for this page

Select Code to Download


  1. or download this
    $counter++;
                    $hashData{$counter}{'id'} = $hold_col_val1;
    ...
                    $hashData{$counter}{'col5'} = $total_call_count;
                    $hashData{$counter}{'col6'} = $total_error_count;
                    push @output, \%hashData;
    
  2. or download this
    $sth->execute();
    while (my $row = $sth->fetchrow_hashref ){
    ...
                    push @output, \%hashData;
                    #print $hashData[$counter]{'id'}." ".$hashData[$counte
    +r]{'col6'}."\n";
            }