Help for this page

Select Code to Download


  1. or download this
    <img src = mycounter.cgi>
    
  2. or download this
    #!C:\Progra~1\Perl\bin\perl
    use CGI;
    ...
    $co->header(-type=>'image/jpeg'),
    "Below is my counter image file",
    $imagedata;