start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 14.2 The Mail Modules Chapter 14
Email Connectivity
Next: Reference: Alive
 

new

 $

pop

 
= new Mail::POP3Client
("

user

", "

pwd

"[, "

host

"[, 

port

[, 

debug

]]])

Constructor. Creates a new POP3 connection. The arguments are:

user

The username.

pwd

The password.

host

Optional. The POP3 host; defaults to pop .

port

Optional. The POP3 port number; defaults to 110.

debug

Enables debugging (to STDERR) on the object if set to a positive integer. Defaults to 0.


Previous: 14.2 The Mail Modules Perl in a Nutshell Next: Reference: Alive
14.2 The Mail Modules Book Index Reference: Alive