in reply to Data::Dumper print arrays of scalars on one line

Any code formatting you can do in Perl::Tidy can be done with Data::Dumper::Perltidy
  • Comment on Re: Data::Dumper print arrays of scalars on one line

Replies are listed 'Best First'.
Re^2: Data::Dumper print arrays of scalars on one line
by Danny (Chaplain) on Jun 20, 2024 at 14:58 UTC
    This worked for my case with $Data::Dumper::Perltidy::ARGV = "-l=$large_integer" but it was very slow compared to Data::Dump.
    run time seconds ---------------- real user method 0.696 0.390 Data::Dump 44.42 33.45 Data::Dumper::Perltidy