I have a script running, it generates a HTML page by
print <<END_ERR_HTML;
It then stops by command
END_ERR_HTML
exit;
The HTML page it generated contains an input button
<input type=submit VALUE=" Go ahead with script.">
What command can be used to make the button cause
the script to continue from where it left off.