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


in reply to Re: Unbelievably Obvious Debugging Tip
in thread Unbelievably Obvious Debugging Tip

i often use Data::Dumper, too. my macro (vim) is:
imap ddumper <ESC>gglouse Data::Dumper; $Data::Dumper::Indent = 1; $Da +ta::Dumper::Sortkeys = 1;<ESC>``
although this is just the use-stuff; maybe i should add a macro for the actual printout.