Possible Duplicate:
How should I call a Perl Script in Java?
Hi,
I am currently working on a project that needs to invoke a perl script from java. Is there a way by which I can get the output of a Perl script in the java program I am running? I have tried different ways by which it can be done but I couldn't get a conclusive answer. I am working on a windows machine.
Thanks!!