Help for this page

Select Code to Download


  1. or download this
    package MyModule;
    use strict;
    ...
            print Dumper $ref;
        }
    }
    
  2. or download this
    using Data::Dump dd
    {
    ...
      "warnings/register.pm" => "/home/spek/perl5/perlbrew/perls/perl-5.26
    +.1/lib/5.26.1/warnings/register.pm",
      "XSLoader.pm"          => "/home/spek/perl5/perlbrew/perls/perl-5.26
    +.1/lib/5.26.1/XSLoader.pm",
    }
    
  3. or download this
        $dd_loaded = eval { autoload Data::Dump; 1; };
    
  4. or download this
        $dd_loaded = eval { autoload Data::Dumpx; 1; };
                                             # ^ <-- here
    
  5. or download this
    using Data::Dumper
    $VAR1 = {
    ...
              'warnings.pm' => '/home/spek/perl5/perlbrew/perls/perl-5.26.
    +1/lib/5.26.1/warnings.pm',
              'File/Spec/Unix.pm' => '/home/spek/perl5/perlbrew/perls/perl
    +-5.26.1/lib/5.26.1/x86_64-linux/File/Spec/Unix.pm'
            };