Help for this page

Select Code to Download


  1. or download this
    use strict;
    use DBI;
    ...
    my $sth = $dbh->prepare($sql);
    my $res = $sth->fetchall_arrayref({ Slice => {} });
    print Dumper $res;