great for my huge debug dumps of arrays of hashes of arrays...
Here's a sample of what it outputs with a not-so-trivial structure.
Here's the cpan page
$VAR1 = [
[ '183', '8', [ '0', '0', '0', '0', '0', '0', '0', '0', '0', '0' ] ],
[ '184', '7', [ '0', '1', '0', '0', '0', '0', '0', '0', '0', '0' ] ],
[ '185', '7', [ '0', '0', '0', '1', '0', '0', '0', '0', '0', '0' ] ]
];
It's usage is as simple as including it and use Dumper as if you were using Data::Dumper, but instead it will use Data::Dumper::Perltidy.
Byez!
No hay comentarios:
Publicar un comentario