A
alertjean
Fellow script writers,
I have two linux executables. I want to give the stand ouput of
executable1 to executable 2.
How can I do it with perl without creating intermediate files ?
something which can be achieved through command line.
$ executable1 > output_file1.txt
$ executable2 output_file1.txt > output_file2.txt
regards
Jean
I have two linux executables. I want to give the stand ouput of
executable1 to executable 2.
How can I do it with perl without creating intermediate files ?
something which can be achieved through command line.
$ executable1 > output_file1.txt
$ executable2 output_file1.txt > output_file2.txt
regards
Jean