in reply to Extracting email addresses

One way is to use the split function, using ";" as the delimiter.

Then extract items between the "<" and ">" using a regular expression, or a use Regexp::Common::Email::Address to extract things that look like an e-mail address.

     "As you get older three things happen. The first is your memory goes, and I can't remember the other two... " - Sir Norman Wisdom