OPEN PIPE, "|java -jar program.jar"; open FH, /abc.txt while (my $res = <FH>) print PIPE "$res"; close FH; close PIPE;
In reply to Re^3: running jar file with multiple arguments in perl
by compiler9999
in thread running jar file with multiple arguments in perl
by compiler9999
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |