in reply to perl cgi - refresh question

Separate the update and report functions into two CGI scripts. After performing the update, issue a redirect to the report script. Then, if the user hits refresh, they'll only be refreshing the report and not the data submit.

90% of every Perl application is already written.
dragonchild