| Server IP : 104.21.94.62 / Your IP : 216.73.216.97 Web Server : Apache System : Linux semi1.us.cloudlogin.co 5.10.244-xeon-hst #1 SMP Sun Sep 14 17:09:20 UTC 2025 x86_64 User : xessglobal ( 271017) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : ON Directory : /proc/self/root/usr/local/share/perl5/ |
Upload File : |
package DDP;
use strict;
use warnings;
use Data::Printer;
BEGIN {
push our @ISA, 'Data::Printer';
our $VERSION = $Data::Printer::VERSION;
}
1;
__END__
=head1 NAME
DDP - Data::Printer shortcut for faster debugging
=head1 SYNOPSIS
use DDP; p $my_data;
=head1 DESCRIPTION
Tired of typing C<use Data::Printer> every time? C<DDP> lets you quickly call
your favorite variable dumper!
It behaves exactly like L<Data::Printer> - it is, indeed, just an alias to it :)
Happy debugging!
=head1 SEE ALSO
L<Data::Printer>