Help for this page

Select Code to Download


  1. or download this
    open (ImageFile,">$ImageName") or dienice ("Could not open $ImageName 
    +for writing.");
    binmode (ImageFile);
    
  2. or download this
    print ImageFile chr($code);
    close (ImageFile);
    exit;
    
  3. or download this
    print ("Content-type: image/bitmap\n");
    print chr($code);