in reply to Data Dump / Tool To View Hash Structure Easily?

Well, yes, of course, Data::Dumper and Data::Dump are very good solutions. But, it probably has to do with the way I am working on my programs and data structures, I am using much more often yet another solution: the x command of the Perl debugger. I am just using it all the time, be it for simply visualizing a simple array or for a complicated nested data structure.

  • Comment on Re: Data Dump / Tool To View Hash Structure Easily?