http://www.perlmonks.org?node_id=1197866


in reply to Debugging objects

You can probably use Data::Printer in the Perl debugger to get a peek at objects like this. Ovid also has a .perldb that you can use to customize p in the debugger to inspect via regular Data::Dumper.