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