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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 14.2 The Mail Modules Chapter 14
Email Connectivity
Next: Reference: parse
 

new

 $

addr

 
= Mail::Address->new
(

phrase

, 

address

[, 

comment

])

Constructor. Creates new Mail::Address object representing an address with the specified elements. In a message, these three elements show up as:

phrase <address> (comment) address (comment)


Previous: 14.2 The Mail Modules Perl in a Nutshell Next: Reference: parse
14.2 The Mail Modules Book Index Reference: parse

Library Navigation Links

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