Re: running jar file with multiple arguments in perl

2010-05-29 Thread Eric Veith1
Laarni, Kulit Ko wrote on 05/29/2010 05:41:35 PM: > So sorry, on the first look i thought "Veith" was "Keith". =D NP. Btw, do you realize that you don't post to the ML anymore, but directly to me? > Hmm..that's quiet challenging. Why? Just run "cpan IPC::Run" and install it. :-) > Is there an

Re: running jar file with multiple arguments in perl

2010-05-29 Thread Eric Veith1
Kulit Ko wrote on 05/29/2010 04:38:56 PM: > Hi Keith, My name's Eric. ;-) > Thanks for the reply. Is the IPC::Run always available in the perl > installation? Ive tried is but it says it is not available in @INC. > Thanks. No, IPC::Run isn't available with a standard perl installation, that's w

Re: running jar file with multiple arguments in perl

2010-05-29 Thread Eric Veith1
Kulit Ko wrote on 05/29/2010 12:26:40 PM: > Im trying to run a jar file. this jar file will output multiple > question in console manner and i need to input a value in order to > proceed. Have a look at IPC::Run at CPAN. It allows you to interact with a program much in a way "expect" would do.

running jar file with multiple arguments in perl

2010-05-29 Thread Kulit Ko
Hi All, Im trying to run a jar file. this jar file will output multiple question in console manner and i need to input a value in order to proceed. e.g : A. Choose value 1 : 1 Windows 2 Unix Input : 2 B. Choose value 2 : 1 Oracle 2 DB2 Im trying : "java -jar program.jar < abc.txt" where abc.txt ha