Friday, July 31, 2009

Does anyone know how to provied a Perl CGI that processes the data from a html form.?

The html form took an order for pizza comany. The Perl CGI script is to processes the input data from from than and output a summary as follows:





Your Name: user_input_name


Your Address: user_input_address


Your Telephone: user_input_phone


Instructions: user_input_instructions





The for will read this, (but don't worry about this part);





1. pizza_name1, pizza_quantity1, price_per_pizza1, subtotal1


2. pizza_name2, pizza_quantity2, price_per_pizza2, subtotal2


3. ...





The total is total_price.


Thank you for your ordering!

Does anyone know how to provied a Perl CGI that processes the data from a html form.?
Check out these form processing scripts based on Perl and choose the one that best suits your needs:





http://cgi.resourceindex.com/Programs_an...


No comments:

Post a Comment