Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 14.2 The Mail ModulesChapter 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 ModulesPerl in a NutshellNext: Reference: parse
14.2 The Mail ModulesBook IndexReference: parse