Hi,
I am working on a application that has HTML forms as the front end and Perl-cgi as back end. The HTML form has various fields that allows user to inout the data. Now, when the user enters his/her phone number in the phone field, the maximum digits sould be entered is 10. If user tries to enter 11th digit a pop up error message should be generated refraining the user to do so. Can I do this in Perl? Here is a sample code.
Please help!!
Cheers!
Rocko19