|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^2: brian's Guide to Solving Any Perl Problemby demerphq (Chancellor) |
| on Feb 07, 2005 at 15:19 UTC ( #428689=note: print w/ replies, xml ) | Need Help?? |
|
use YAML; print Dump(...), but that requires actually installing YAML first. You might try installing Data::Dump::Streamer (along with the DDS alias.) Then its just use DDS; Dump(...); :-) Its a Data::Dumper replacement (not drop in) which does a more or less breadth first dump of your data so its usually a lot easier to read, especially for cyclic and selfreferential data structures.
--- demerphq
In Section
Meditations
|
|
||||||||||||||||||||||||