Help for this page

Select Code to Download


  1. or download this
    (Blah blah HTML)
    <IMG SRC = "http://www.server.com/cgi-bin/image.pl?iwant=5
    (blah blah HTML)
    
  2. or download this
    #!/usr/bin/perl
    use POSIX;
    ...
    while(<IMAGE>) {
    print STDOUT $_;
    }