Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $sth = $dbh->prepare(q(SELECT * FROM moz_cookies )); 
    $sth->execute;
    print Dumper $sth->fetchall_arrayref({});