natxo has asked for the wisdom of the Perl Monks concerning the following question:
But if $from contains something like this:my $validator = Email::Valid->new(); my $addr = $validator->address( $from ); print $addr, "\n";
Jos� Name <J.name@domain.tld> because in the message From: is
From: =?iso-8859-1?Q?Jos=E9_Name?= <J.name@domain.tld> Then I get Use of uninitialized value $addr in print ... Any clue as to how to get around this problem? Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: unicode problem with Email::Valid
by McA (Priest) on Jul 07, 2014 at 13:41 UTC | |
by natxo (Scribe) on Jul 07, 2014 at 13:52 UTC |