[ABE.pm] Data::Dumper and the debugger

Ted Fiedler fiedlert at gmail.com
Tue Jun 27 08:55:45 PDT 2006


perl -d myprog.pl

use Data::Dumper;
p Dumper @var

[ or ]

print Dumper @var;

should do the trick.

Ted
On 6/27/06, Faber J. Fedor <faber at linuxnj.com> wrote:
> Rick,
>
> Duringthe last meeting, you mentioned using Data::Dumper whilst in the
> debugger.  I can't figure out the syntax to use it.  How would I dump my
> object $report whilst in the debugger?
>
> --
>
> Regards,
>
> Faber Fedor
> President
> Linux New Jersey, Inc.
> 908-320-0357
> 800-706-0701
>
> http://www.linuxnj.com
>
>
>
> _______________________________________________
> ABE-pm mailing list
> ABE-pm at pm.org
> http://mail.pm.org/mailman/listinfo/abe-pm
>


-- 
"The Buddha, the Godhead, resides quite as comfortably in the circuits
of a digital computer or the gears of a cycle transmission as he does
at the top of a mountain or in the petals of a flower."
  -- Robert M Pirsig


More information about the ABE-pm mailing list