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

I may be misunderstanding but can't you just look at the Statement attribute?

  • Comment on Re^3: Using Data::Dumper on a MySQL statement handle

Replies are listed 'Best First'.
Re^4: Using Data::Dumper on a MySQL statement handle
by Anonymous Monk on Nov 11, 2010 at 20:09 UTC
    mje, that worked great!
    print $dbh->{Statement}
    is your friend.