http://qs321.pair.com?node_id=509244


in reply to Neat Debugger tricks

One I use is to use Data::Dumper to display complex data structures whilst in the dbgr

DB<6>use Data::Dumper DB<7>print Dumper($complexity)

I think used in conjunction with the first point (opening a file handle in the dbgr) this could a neat way to capture an object or structure to a file at a point in time

...reality must take precedence over public relations, for nature cannot be fooled. - R P Feynmann