in reply to FormFu email doubling
#!/usr/bin/perl use strict; use warnings; use HTML::FormFu::Constraint::Email; print (Email::Valid->address('somebody@somewhere.com') ? "yes\n": "no\ +n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: FormFu email doubling
by John M. Dlugosz (Monsignor) on Mar 21, 2011 at 08:14 UTC |