Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print STDERR "$modulename not installed - failed\n" if DEBUG;
    exit(FALSE); # false
    __END__
    
  2. or download this
    # ./cpanModVer.pl HTML::Mason 1.1
    HTML::Mason installed:1.23 required:1.1 - ok
    # ./cpanModVer.pl CPAN 1.0
    Argument "1.59_54" isn't numeric in numeric ge (>=) at ./cpanModVer.pl
    + line 36.