I was wondering about using a single Perl file to generate the HTML form and act upon the parameters versus the standard method of a single HTML file calling a separate Perl script.
What methods could be used to present HTML input forms and pass the parameters to the same calling script, then act upon them? Is that bad practice?