Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("SELECT * FROM results WHERE 1=0");
    $sth->execute;
    ...
    my $avgsHashRef = $dbh->selectrow_hashref($avgSQL);
    use Data::Dumper;
    print Dumper $avgsHashRef;