Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    # script name = upload_form.cgi
    ...
    print $query->end_html;
    
    exit;
    
  2. or download this
    #!/usr/bin/local/perl -w
    # name image_writer.cgi
    ...
        print IMAGE $buffer;
    }    
    exit;