Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
      };
      print "$_: ",$@?"Not found":$INC{$a};
    }
    
  2. or download this
    findmod LWP::Simple Mail::Sendmail
    
  3. or download this
    #!/usr/bin/perl -l
    $_=shift;
    ...
    eval { require $_ };
    exec("vi",$INC{$_}) unless $@;
    print "Module not found"
    
  4. or download this
    editmod LWP::Simple