in reply to Re: DBI handle_error debugging (updated)
in thread DBI handle_error debugging

Is there a way to display the contents of the object (DBI::db=HASH(0x33c6af0)) under the debugger when I don't have a handle to it?
  • Comment on Re^2: DBI handle_error debugging (updated)

Replies are listed 'Best First'.
Re^3: DBI handle_error debugging
by LanX (Saint) on Jan 31, 2024 at 09:41 UTC
    You can loop over the keys/attributes you know to exist.

    First step would be to find the documentation of DBI::db...

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    see Wikisyntax for the Monastery