Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: lastChapter 14
Email Connectivity
Next: Reference: login
 

list

 $pop->list([msgnum])

If called with an argument, returns the size of message msgnum. If called without an argument, returns a hash reference, where the keys are the message numbers of all undeleted messages, and each corresponding value is the size of the message.


Previous: Reference: lastPerl in a NutshellNext: Reference: login
Reference: lastBook IndexReference: login