in reply to Re^3: running jar file with multiple arguments in perl
in thread running jar file with multiple arguments in perl
open PIPE, "| java -jar java_program.jar"; print PIPE "$string"; close(PIPE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: running jar file with multiple arguments in perl
by Corion (Patriarch) on May 29, 2010 at 16:03 UTC | |
by Anonymous Monk on May 31, 2010 at 07:19 UTC |