QUOTE
Originally posted by I-WebSolutions
OK i need to install
Mail::sendmail and Mail::pop3 for a script i am working on.....
i checked the cpan site and it says to use the following command line
perl -MCPAN -e "install Mail::Sendmail"
Anyone done this before? and if so know the routine (what q's to answer what to etc.......)
Thanks in advance for any help
Plenty of times. You can also go with 'perl -MCPAN -e "shell" ' and use the interactive system
You can use "i
part of package name to get some information on packages, and 'install
package' to, well, install the package... you can also type 'help', and it will enlighten you.
Getting the modules via wget, untarring, and installing is fine and good if you've already got them, but if you're not so sure about where to get them, or which package you're looking for, this is a pretty good way to go.