Greetings!
I would like to use the STDOUT of a shell script as an input to a perl script I am going to write. Is the best (or maybe only) was to do it somethibg like, from the command line:
>>myperlscript.pl < myshellscript.sh
Or do I have to do something like have the shell script write to a file and have my perl script open the file up.
Thanks,
Nick
I would like to use the STDOUT of a shell script as an input to a perl script I am going to write. Is the best (or maybe only) was to do it somethibg like, from the command line:
>>myperlscript.pl < myshellscript.sh
Or do I have to do something like have the shell script write to a file and have my perl script open the file up.
Thanks,
Nick