theSeeker03
Programmer
Is there a way to pass a variable from Perl script to a Java program, so that Java reads it using STDIN?
I can do it as command line argument, but I'd like to know how to do it through STDIN.
I can do it as command line argument, but I'd like to know how to do it through STDIN.