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


in reply to Re: Does Data::Dumper give you eye strain? Use Test::More::is_deeply() for debugging!
in thread Does Data::Dumper give you eye strain? Use Test::More::is_deeply() for debugging!

Good idea. I do the following but the YAML would be more terse and probably easier to read after all.

use Data::Dumper; $Data::Dumper::Terse = 1; $Data::Dumper::Indent = 1;
  • Comment on Re^2: Does Data::Dumper give you eye strain? Use Test::More::is_deeply() for debugging!
  • Download Code