![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Mail::Address
extracts and manipulates RFC822 compilant email addresses. As well as being
able to create Mail::Address
objects in the normal manner, Mail::Address
can extract addresses from the To and Cc lines found in an email message.
Mail::Address->new("Perl5 Porters", "perl5-porters@africa.nicoh.com");
Create a new object which represent an address with the elements given. In a message these 3 elements would be seen like:
PHRASE <ADDRESS> (COMMENT) ADDRESS (COMMENT)
Mail::Address->parse($line);
Parse the given line a return a list of extracted objects. The line would normally be one taken from a To,Cc or Bcc line in a message
$CommentsMailTo = "perl5@dcs.ed.ac.uk"; include("../syssies_footer.inc");?>