Re: Calling perl from java
[email protected] (John Raley) Fri, 21 Sep 2001 10:05:18 -0700
| Newsgroups | perl.jpl |
|---|---|
| Message-ID | <[email protected]> |
Hi Dinu, I don't think many people are on this list. I gave up on jpl (no this is not a troll) and started using perlembed directly from JNI. It's not that hard and I at least understood all of the plumbing. John Dinu Jose wrote: >Hi ALL, > >I am newbie to this list. >I would like to call the perl from java. I'm very appreciate if you could >help me about this one. I also would like to return the value in java. >Basicly, this is the step: >1) java: get 2 arguement. >2) call perl to process this 2 arguement(return 2 values to java) >3) java: return 2 arguement after perl process it. > >Thanks >Dinu >