in reply to Perl from Java

I posted something on Java and Perl on a somewhat similar question at Java and Perl Harnessed. I never got any feedback from the person that asked the question, so I can't tell if it was of any help or not. If you would be so kind as to let us know if you found it useful, that would be great!

The originating node was Perl to Java.

#!/home/bbq/bin/perl
# Trust no1!

Replies are listed 'Best First'.
RE: Re: Perl from Java
by kapper (Chaplain) on Jun 26, 2000 at 21:57 UTC

    Just had a look at it...
    It's mostly a description of how one would create a native interface between Java and a Perl. Which is what I was hoping somebody had allready done =)

    It does however give some ok thoughts about how one might create a link between Java and Perl Scalar values...