Help for this page
use CGI; my $cgi = new CGI; ... } print "HERE"; exit;
<form name="offerForm" id="offerForm" action="/form.cgi" method="post" + enctype="multipart/form-data"> <input type="hidden" name="action" value="catalog_online" /> ... </table> </form>