in reply to
Debugger: I must be missing something
Extending
grep
's idea of using
p Dumper ...
, you can limit how big your output will be by setting
$Data::Dumper::Maxdepth
which limits how deep into the datastructure
Data::Dumper
will recurse.
Comment on
Re: Debugger: I must be missing something
In Section
Seekers of Perl Wisdom