Help for this page

Select Code to Download


  1. or download this
    `echo $script | $program`;
    
  2. or download this
    open IN, "echo $script | $program |";
    binmode IN;
    ...
    
    binmode STDOUT;
    print $img;