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