Help for this page

Select Code to Download


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