in reply to Re^2: Using Data::Printer from the Perl debugger
in thread Using Data::Printer from the Perl debugger

IMHO someone should file a bug report with both modules.

I think one of the authors had the behavior of Data::Dump::pp() in mind which doesn't print by itself when called in a non void context.

And the other one just copied the doc without testing.

Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^3: Using Data::Printer from the Perl debugger

Replies are listed 'Best First'.
Re^4: Using Data::Printer from the Perl debugger
by ibm1620 (Hermit) on Feb 26, 2023 at 00:24 UTC
    I'll be glad to, but I haven't done so before. Could you point me in the right direction?

      I found this issue and have been trying to adopt DB::Pluggable for a couple of years now. The version on CPAN is not the same as the one in github. I have a version that fixes the issue.

      https://github.com/kcaran/DB-Pluggable

        I've downloaded your version and confirmed that it fixes my problem. :) Thanks!