Hi, I have a shell script that I'm trying to call from perl.. What is the best way to go about this?
I'm looping through a file in perl, passing a variable to the shell script, doing some stuff in the shell script, then need to return to perl and move on to the next line.
Any advice would be appreciated..
I'm looping through a file in perl, passing a variable to the shell script, doing some stuff in the shell script, then need to return to perl and move on to the next line.
Any advice would be appreciated..
Comment