B
bh_ent
Hi all,
After reading the documentation for "system()" I understand perl
launches the arguments via "sh -c" or whatever my system equivalent is.
I've written a series of ksh scripts I'd like to launch from my perl
script, but the ksh scripts are interactive (ie, prompts the user, and
reads their input), however, this obviously doesn't work via system()
from within my perl script.
Any suggestions how I might accomplish this?
After reading the documentation for "system()" I understand perl
launches the arguments via "sh -c" or whatever my system equivalent is.
I've written a series of ksh scripts I'd like to launch from my perl
script, but the ksh scripts are interactive (ie, prompts the user, and
reads their input), however, this obviously doesn't work via system()
from within my perl script.
Any suggestions how I might accomplish this?