I am using Data::Dumper::Dumper()
method. The output is good, but can be made little compact and more good looking.
How I can control it? What are the better alternatives?
I am using Data::Dumper::Dumper()
method. The output is good, but can be made little compact and more good looking.
How I can control it? What are the better alternatives?
I normally use Data::Dump::Streamer, but as the others said, only when the options to Data::Dumper aren't enough.