![]() |
|
more useful options | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Acquire PPM, or (if you insist), follow these instructions.
First, make sure you're downloading the right package
(one intended for your version of perl),
and then simply download it
(ex: WWW-Curl.tar.gz).
perl -MExtUtils::Install -e install_default WWW/Curland voila. It's what PPM basically does. BE AWARE that the .ppd file may contain instructions to download extra files needed for install, which are not packaged with the tarball (like libcurl.dll, libeay32.dll, ssleay32.dll). You'll have to examine the .ppd file to make sure. If you look at WWW-Curl.ppd you'll see a reference to install_libcurl.
PPM would download this file and attempt to execute it. If you want autogenerated html docs (my packages generally don't include these), simply execute perl -MActivePerl::DocTools -e ActivePerl::DocTools::WriteTOC()or (the one I prefer) perl -MPod::Master -e UpdateYou can acquire Pod::Master from perlmonks.org here.
In reply to I don't have PPM, how can I install a package?
by PodMaster
|
|