Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare($query);
    
    $sth->execute();
    my $records = $sth->fetchall_arrayref({});
    #        notice an empty hashref here ^