in reply to Re^3: Using Data::Dumper on a MySQL statement handle
in thread Using Data::Dumper on a MySQL statement handle

I did have a similar problem that was very much like this. Using Dumper against $sth/$dbh is normally futile because the data is hidden behind a tie(). In cases of subclassing Perl's DBI, you'll laugh, you'll cry, and you may want to consider callbacks instead.
http://search.cpan.org/~timb/DBI/DBI.pm#Callbacks
Ken, I'll go back to the Perl DBI question I had previously and post what worked for me.
  • Comment on Re^4: Using Data::Dumper on a MySQL statement handle

Replies are listed 'Best First'.
Re^5: Using Data::Dumper on a MySQL statement handle
by wildnerd (Acolyte) on Feb 15, 2018 at 22:43 UTC