flexreportmap.cgi: DBD::mysql::st fetchrow_arrayref failed: fetch() without execute() at library.pl line 311, line 193. $sth = $dbh->prepare($sql); unless ($sth->execute) { fatal ("SQL query failed: " . $sth->errstr . "\n$sql"); } $ref = $sth->fetchrow_arrayref(); $sth->finish; return $ref;