Help for this page

Select Code to Download


  1. or download this
    pmver () {
      perl -le "eval { require ${1} }; if( \$@ =~ /locate (\S+)\.pm/ ) { p
    +rint qq{${1} not installed}; exit 1; } print qq{${1}: },\$${1}::VERSI
    +ON||q{undefined}"
    }
    
  2. or download this
    $ pmver CGI
    CGI: 3.05     
    $