my $row = $sth->fetchrow_hashref; Then grab your values with: $row->{'my_column'}