Another one...

vek on 2002-08-01T21:25:46

...to add to the list of modules today that I've found extremely handy: Data::Dumper.

Ahh, so that's what that nasty HoH looks like, now I can figure out where the problem lies in this code I've just been asked to maintain/fix.

Sweet! (the Data::Dumper part, not the nasty code part!)


You should try Data::Denter

mir on 2002-08-01T22:04:16

I find the output of Data::Denter to be easier to read. At least it's more compact!

Re:You should try Data::Denter

vek on 2002-08-01T22:58:39

Good tip, I'll check it out.

Thanks!

Debugger

djberg96 on 2002-08-02T00:38:05

When I want to look at a nasty HoH....I use ptkdb and put a watch on it. :)