Help for this page
my $row = $sth->fetchrow_hashref; Then grab your values with: $row->{'my_column'}
while(my $row = $sth->fetchow_hashref) $row->{'my_column'}