Help for this page

Select Code to Download


  1. or download this
    <img src="/path/to/display.cgi?name=foo" alt="foo" />
    
  2. or download this
    usg CGI qw(header);
    
    print header;
    print header('image/gif');