in reply to
Re: Create pop up error message in Perl
in thread
Create pop up error message in Perl
Hi almut,
If we take the the data user has entered in the phone field and then checks its format and if its greater then 10 digits can we throw an error message in Perl?
Thanks
Rocko19
Comment on
Re^2: Create pop up error message in Perl
Replies are listed 'Best First'.
Re^3: Create pop up error message in Perl
by
Anonymous Monk
on Feb 11, 2009 at 12:09 UTC
No, you can
print
an error message. See
Data::FormValidator
,
CGI::FormBuilder
[reply]
In Section
Seekers of Perl Wisdom