Helpful Information
 
 
Category: Perl Programming
POP3Client

Hi pipol, Where I can find POP3Client.pm ??

I am very beginner and I donīt know even How can install it, can anybody tell me please !!

Thank you very much.

Get it here -> http://www.perl.com/CPAN-local/modules/by-module/Mail/POP3Client-2.7.tar.gz

>>How can install it
You should follow the same procedure to all Perl modules.
1) tar -zxvf POP3Client-2.7.tar.gz
2) make
3) make install

or:

perl -MCPAN -e shell

Yes, doing it through the cpan shell would be like this:

perl -MCPAN -e shell
install <module here>










privacy (GDPR)