Help for this page

Select Code to Download


  1. or download this
    perl -MSome::Module -e'print $Some::Module::VERSION, "\n"'
    
  2. or download this
    use Carp;
    my $module = "CGI";
    ...
    } else {
      print "We have $module installed\n";
    }