Help for this page

Select Code to Download


  1. or download this
    print "Content-type: image/gif\n\n";
    print "Cache-control: no-cache\n";
    print "Pragma: no-cache\n";
    print "Expires: Mon, 06 May 1996 04:57:00 GMT\n";
    
  2. or download this
    print "Content-type: image/gif\n\n";
    
  3. or download this
    my @data = (  
     \@xlabel,
    ...
    print $myimage->gif;
    print "\n";
    print "\n--magicalboundarystring\n";