in reply to fetchrow_hashref returns blanks
use Data::Dumper; while (my $data = $sth->fetchrow_hashref) { print Dumper($data); } [download]