Help for this page

Select Code to Download


  1. or download this
    <html>
      <head>
       <title>Test page</title>
    ...
        <IMG SRC="/cgi-bin/my-count.pl">
      </body>
    </html>
    
  2. or download this
    #!C:\Progra~1\Perl\bin\perl
    
    ...
    read FILEHANDLE,$imagedata,$size;
    close FILEHANDLE;