Hi,
Am new to Perl, and currently I need to know if its possible to use Perl from Java for few processing and then return back to the Java Program.
Its like Java is my main application and it invokes Perl and needs to pass an object or any argument. This object will be used by Perl for some processing and after its done, it will return another object back to Java.
Is this possible?
I understand that its possible to "use" a Java class in a Perl module, but my main concern is passing an instance back to Java.
Thanks in advance.
Am new to Perl, and currently I need to know if its possible to use Perl from Java for few processing and then return back to the Java Program.
Its like Java is my main application and it invokes Perl and needs to pass an object or any argument. This object will be used by Perl for some processing and after its done, it will return another object back to Java.
Is this possible?
I understand that its possible to "use" a Java class in a Perl module, but my main concern is passing an instance back to Java.
Thanks in advance.