use Data::Dumper; ... $rows = $dbh->selectall_arrayref("SELECT ..."); # the first row: print Dumper $rows->[0];