Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^4: Using Data::Dumper on a MySQL statement handle

by sherab (Scribe)
on Nov 10, 2010 at 19:39 UTC ( [id://870661]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://870661]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-26 03:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found