Help for this page

Select Code to Download


  1. or download this
    <img src="/cgi-bin/image.pl?img=$tag.jpg">
    
  2. or download this
    #!/usr/bin/perl -T
    use CGI;
    ...
    }   
    print $q->header(-status => '404 Not found');
    print "<h1>Not found.</h1>\n";