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