in reply to Re^3: Does fetchall_arrayref() ever return a NULL?
in thread Does fetchall_arrayref() ever return a NULL?

Another option is to enable RaiseError, and then you get an exception instead of undef, and cleaner code to wrap up errors.
  • Comment on Re^4: Does fetchall_arrayref() ever return a NULL?