should bemy $from = Mail::Address->parse($header->get("From"));
(because Mail::Address->parse returns an array, and we don't want it's length.)my($from) = Mail::Address->parse($header->get("From"));
In reply to Re: Re: How can I extract the username/domain?
by wog
in thread How can I extract the username and hostname/domain from e-mail addresses?
by Symuc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |