Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: How can I extract the username/domain?

by wog (Curate)
on Nov 21, 2001 at 06:44 UTC ( [id://126712]=note: print w/replies, xml ) Need Help??


in reply to Re: How can I extract the username/domain?
in thread How can I extract the username and hostname/domain from e-mail addresses?

my $from = Mail::Address->parse($header->get("From"));
should be
my($from) = Mail::Address->parse($header->get("From"));
(because Mail::Address->parse returns an array, and we don't want it's length.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://126712]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-19 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found