Hi, please double-check the doc for Email::Valid ... probably not directly related to your problem, but it shows a different syntax for the off-line validity check:
$ perl -Mstrict -MEmail::Valid -wE 'say Email::Valid->address(q{myname +@mydomain.com}) ? "valid" : "failed $Email::Valid::Details check"';
Hope this helps!
update: refactored tone thx davido
In reply to Re: use Email::Valid offline
by 1nickt
in thread use Email::Valid offline
by IB2017
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |