http://qs321.pair.com?node_id=43892

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

i have a form that requires the user to fill in their name, telephone number, location from a drop down list and their email address. it requires javascript to validate my fields. this is working. i then need to add server side processing use the perl cgi.pm module to :-

extract the data from the form and have a new html page that is sent back to the browser saying:

thankyou (user name) of (location) for visiting our website.

we will contact you in the near future either by telephone on (telephone number), or via email at (email address).

how do i get the perl to work

please help

Edited by Chady -- fixed formatting.