Description of PrintAnything.pl :
PrintAnything.pl is a Perl library that is useful while debugging Perl 5 scripts that make use of references & nested data structures. It prints out a prettified text version of all the data in the structure, complete with its indenting and a faithful representation of lists and hash key:value mappings. This can print the contents of just about any kind of scalar data, nested structures and indentation so you can see how deep they are in the structure.