in reply to no rows returned for dbi fetchall_arrayref

This should suffice:
if ($result_array) { print "something\n"; } else { print "nothing\n"; }

Also, the DBI POD mentions checking $sth->err

Replies are listed 'Best First'.
Re^2: no rows returned for dbi fetchall_arrayref
by essej1 (Novice) on May 07, 2013 at 17:07 UTC
    Thanks toolic, exactly what I needed. I had the DOH moment just as I opened your response.
    Paradise: Florida, full tank of gas, no appointments.