in reply to Re: RFC: Basic debugging checklist (Data Dumber)
in thread RFC: Basic debugging checklist
That's why I prefer to use YAML when dumping structures for debugging. I find its output more readable (and more compact) than Data::Dumper. Or course, that just a personal preference.