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