hi,

I want to write a perl script that interactive with other program or script. 
when I run
the jacl script which askes me to input some parameters interactively,
just like this,

when I issue wsadmin -f trade.jacl, then I have to answer some questions
like below,
Global security is (or will be) enabled (true|false) [false]:
Is this a cluster installation (yes|no) [no]:
I should input true or false to the 1st question, and input yes or not to
the 2nd question, etc.

Now I want to call the jacl script in perl and answer the questions at the
same time.   Any example or demo code?

Reply via email to