Help for this page

Select Code to Download


  1. or download this
     ExtUtils::Installed  provides a standard way to find out what core an
    +d module files have been installed.
    
  2. or download this
    #!/usr/bin/perl
    use ExtUtils::Installed;
    ...
    foreach (@modules) {
    print $_, ' v', $inst->version($_), "\n";
    }