Re: problem about run perl script in java

2013-02-26 Thread Dr.Ruud
On 2013-02-26 08:48, yunbin wang wrote: Now , I want run perl script in java, but I can't install perl on the machine, only I can copy the perl files(those installed on other machine) to that machine. so how can I initial perl INC in java that I can run perl in my java program? Can you run Ja

Re: problem about run perl script in java

2013-02-26 Thread Luca Ferrari
I've never used, but this should be what you are looking for: http://search.cpan.org/dist/Inline-Java/Java/PerlInterpreter/PerlInterpreter.pod Anyway, I suspect if you cannot install a Perl version on the machine you will not succeed in running Perl from Java. Luca On Tue, Feb 26, 2013 at 8:48 A

Re: problem about run perl script in java

2013-02-25 Thread Mike Dunaway
On 2/26/13 1:48 AM, yunbin wang wrote: Now , I want run perl script in java, but I can't install perl on the machine, only I can copy the perl files(those installed on other machine) to that machine. so how can I initial perl INC in java that I can run perl in my java program? This is a Perl pr