logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DDP - Data::Printer shortcut for faster debugging

Description

       Tired of typing "use Data::Printer" every time? "DDP" lets you quickly call your favorite variable
       dumper!

       It behaves exactly like Data::Printer - it is, indeed, just an alias to it :)

       Happy debugging!

Name

       DDP - Data::Printer shortcut for faster debugging

See Also

       Data::Printer

perl v5.38.2                                       2024-04-27                                           DDP(3pm)

Synopsis

         use DDP; p $my_data;

See Also