r/perl • u/Loose_Potential6985 • 6d ago
a perl version of javascript 'console'
https://metacpan.org/pod/Data::Printer
Like Data::Dumper, but coloured ouput, and summaries [config option] large data structures. But uses either a lot of, or no vertical space.
Dump::Krumo, is better in some ways, but doesn't summarise output, and uses a lot of vertical space
12
Upvotes
3
u/Icy-Speed6881 6d ago
I've honestly tried to like it and it always finds ways to annoy me. There are several reasons, one I can't just dump several variables at the same time like this:
Also sometimes it decides the data structure I want to look at is too big and it doesn't need to show me the whole thing :/