Help for this page

Select Code to Download


  1. or download this
    system "command1 img.g3 | command2  > img.ps";
    
  2. or download this
    => Insecure $ENV{PATH} while running with -T
    
  3. or download this
    system "command1 img.g3  > img.pbm";
    system "command2 img.pbm  > img.ps";
    
    system "command1", "img.g3"  > img.pbm;