Help for this page

Select Code to Download


  1. or download this
    <HTML>
    <head>
    ...
    <IMG SRC = "mycounter.cgi">
    </BODY>
    </HTML>
    
  2. or download this
    #!C:\Progra~1\Perl\bin\perl
    use CGI;
    ...
    print
    $co->header(-type=>'image/jpeg'),
    $imagedata;