in reply to
How do I detect and handle empty form fields?
The
HTML::FormValidator
module is designed to help you check for required fields, as well as validate the form input in a number of ways.
Comment on
Re: How do I detect and handle empty form fields?
In Section
Seekers of Perl Wisdom