Re: Calling Perl from Java-land

2004-04-17 Thread Ken Williams
On Apr 17, 2004, at 7:08 AM, Patrick LeBoutillier wrote: Ken, This stuff is sort of half finished in 0.47. Most parts are there, but not everything gets built just yet. Aha, I suspected as much. =) If you are running on Linux, you may be able to get by by checking out the lastest stuff from the

Re: Calling Perl from Java-land

2004-04-17 Thread Patrick LeBoutillier
Ken, This stuff is sort of half finished in 0.47. Most parts are there, but not everything gets built just yet. If you are running on Linux, you may be able to get by by checking out the lastest stuff from the CVS repository on SourceForge. I should be releasing 0.48_01 within the next week with

Calling Perl from Java-land

2004-04-16 Thread Williams, Kenneth (Ken) (TLR Corp)
Hi, I'm interested in checking out the new PerlNatives stuff in Inline::Java to see whether it can help me call some Perl code from Java-land. More specifically, I know I can do something like the following, where Perl is the top level: Perl |-> Java |--> Perl But