|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: Pretty Print Dumper for Hash of Arrayby philcrow (Priest) |
| on Sep 20, 2005 at 12:59 UTC ( #493429=note: print w/ replies, xml ) | Need Help?? |
|
You could use Data::HTMLDumper. I know that sounds odd, but it uses a grammar to parse Data::Dumper output. Instead of hard coding actions, it calls methods on an object whenever a production matches. By making the proper class to use in place of Data::HTMLDumper::Output, you can get pretty much any output you like. I like the module, but then I wrote it. Phil
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||