Help for this page
#!/usr/bin/perl use strict; ... print STDERR "$modulename not installed - failed\n" if DEBUG; exit(FALSE); # false __END__
# ./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.