I would say it's working perfectly fine. I can achieve the same output with that code:
$ perl -wE 'use Data::Dumper; my $dbh = bless {} => q{DBConnect::db}; +print Dumper($dbh);' $VAR1 = bless( {}, 'DBConnect::db' );
But, the real question is: What's your code doing?
-- Ken
In reply to Re^5: Using Data::Dumper on a MySQL statement handle
by kcott
in thread Using Data::Dumper on a MySQL statement handle
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |