Help for this page

Select Code to Download


  1. or download this
    my @avgs  = $dbh->selectrow_array($avgSQL);
    print join(",", @cols) . "\n";
    print join(",", @avgs) . "\n";