Ok, I have some html forms (say 4) that I want a perl-cgi program
to generate. The first form the user will enter some inforamtion
and then hit a continue button and depending on what info
they entered is what the next forms fields will ask. My question is
what is the best way to go about doing this. Should I have a seperate
perl program for every form. Can I use one perl program for all of
the forms and if so how do I go about saving all the variables.