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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: next_message Chapter 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_message Perl in a Nutshell Next: Reference: pack
Reference: next_message Book Index Reference: pack