Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    # formcgi.cgi
    ...
    print $query->end_multipart_form;
    print $query->end_html;
    
  2. or download this
    #!/usr/bin/perl -w
    #test2.cgi
    ...
    print $query->p("$name $filename");
    print "<img src=\"/images/screenres/$name.jpg\">";
    print $query->end_html;