I have an html form that has two text fields and two files to be uploaded. On submit the perl script formats the data and prints it to the browser for the user to verify. While still keeping all the scalars I've contructed in the script, is it possible to have a "continue" botton sent to the browser? When the button is pressed by the user, the script finishes by doing final processing of the original data and redirecting the browser when finished.