Help for this page

Select Code to Download


  1. or download this
     [any html or script here]
     ...
     <img src="/cgi-bin/counter.pl/image.png" />
    </body>
    </html>
    
  2. or download this
     ...
     $dbh->do( q{
    ...
                 }
              );
     ...
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
          . "Content-Length: " . length($data) . "\n\n"
          . $data;
    }