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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: popstat Chapter 14
Email Connectivity
Next: Reference: reset
 

quit

 $

pop


->quit
()

Quits, closing the connection to the remote POP3 server and deleting all messages marked for deletion.

Note that if a Net::POP3 object goes out of scope before quit has been called, reset is called before the connection is closed, and any messages marked for deletion are not deleted.


Previous: Reference: popstat Perl in a Nutshell Next: Reference: reset
Reference: popstat Book Index Reference: reset

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.