Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: next_messageChapter 14
Email Connectivity
Next: Reference: pack
 

open

 $folder->open(foldername)

If you didn't specify a folder name in the constructor, you need to call the open method, which takes the folder name as an argument and opens the folder. Also sets readonly if the folder is determined to be read-only.


Previous: Reference: next_messagePerl in a NutshellNext: Reference: pack
Reference: next_messageBook IndexReference: pack