in reply to Re: More clear dumper debugging lines
in thread More clear dumper debugging lines

…replaced instead with an autouse penalty. :)

When I’m annoyed at having to load Data::Dumper, it’s not because of the load time penalty, it’s because of code cleanliness in code that doesn’t actually need the module otherwise. So I’ve been putting my use statements next to the print for a long time, much like the OP suggests.

Makeshifts last the longest.

  • Comment on Re^2: More clear dumper debugging lines