Help for this page
my $result_array = $sth->fetchall_arrayref; if (!$result_array) { print "query failed!!\n"; }
my $result_array = $sth->fetchall_arrayref; ... else { print "query failed!!\n"; }