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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: close Chapter 14
Email Connectivity
Next: 14. Email Connectivity
 

open

 $

mailer


->open
(\%hashref)

Sends message headers to the mail program. The headers are passed via a reference to a hash, where each key is the name of a header and the value is the contents of the header field. The value can be either a scalar or a reference to an array of scalars.


Previous: Reference: close Perl in a Nutshell Next: 14. Email Connectivity
Reference: close Book Index 14. Email Connectivity