Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $includes = includes_installed($file);
    
    print Dumper $includes;
    
  2. or download this
    PPI is installed
    
    ...
              'Exporter' => 1,
              'Data::Dumper' => 1
            };