Heray-Was-Here
Server : Apache
System : Linux vps43555.mylogin.co 3.10.0-1160.53.1.vz7.185.3 #1 SMP Tue Jan 25 12:49:12 MSK 2022 x86_64
User : redsea ( 60651)
PHP Version : 7.4.32
Disable Function : NONE
Directory :  /usr/local/share/perl5/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/share/perl5/DDP.pm
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>

Hry