in reply to Re: Calling Perl with arguments From Java
in thread Calling Perl with arguments From Java

Alexander, actually this post is the opposite of my post titled Dazed/Confused from previous posts.... I am trying to call Perl Script with parameters from Java and receive a return value/response versus calling a Java class from Perl and receiving a return value/response. I figured out how to call the Java class from Perl using a Perl handle and the Java code performing System.out.println() calls.

  • Comment on Re^2: Calling Perl with arguments From Java