Help for this page

Select Code to Download


  1. or download this
    while (my $rh = $sth->fetchrow_hashref()) {
            push(@{$results_data}, $rh);
        }