in reply to RegExp help
Instead, try something like Email::Valid. From the docs for Email::Valid:
use Email::Valid; print (Email::Valid->address('me@example.com') ? 'yes' : 'no');
Cheers,
Brent
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RegExp help
by heatblazer (Scribe) on Mar 26, 2012 at 15:45 UTC |