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


in reply to Re: Neat Debugger tricks
in thread Neat Debugger tricks

4. dump a data structure: use Data::Dumper; p Dumper($foo)
Unless you're just sweet on D::D, I prefer
x $foo
For hashes, this works better:
x \%foo

-QM
--
Quantum Mechanics: The dreams stuff is made of