in reply to Replacement for substr(Data::Dumper($x), 0, 4000)

I quite like Data::Printer, though I've not benchmarked it. By default it does a shallow dump, so doesn't tend to spew as much data as Data::Dumper does.

  • Comment on Re: Replacement for substr(Data::Dumper($x), 0, 4000)

Replies are listed 'Best First'.
Re^2: Replacement for substr(Data::Dumper($x), 0, 4000)
by mje (Curate) on Jan 17, 2012 at 13:55 UTC