http://www.perlmonks.org?node_id=744873


in reply to RFC: Basic debugging checklist

The default settings for Data::Dumper are pretty ugly. In particular, one should turn on Useqq if one is debugging unexpected string results. Indent=1 and Sortkeys=1 are also big improvements.

- tye