in reply to Calling Perl with arguments From Java

See also Dazed/Confused from previous posts on how to call Java method from Perl: Same problem, same poster.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re: Calling Perl with arguments From Java

Replies are listed 'Best First'.
Re^2: Calling Perl with arguments From Java
by Anonymous Monk on May 27, 2016 at 19:30 UTC

    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.