Ok so I have to design an html form that has some simple feature like radio buttons that tell the size of the pizza. Other features include toppings and a quantity text field that tells ow many pizza's they are ordering. This was the easy part now I have to use perl to take this info and return a page that says the the customers order as well as the total orders ever.
example
########
Thanks for ordering!
You ordered a large pizza with pepperoni
total orders are:
large 10
medium 7
small 7
########

just a few tips on how to get started would be great