At 07:34 2003-06-09 -0600, you wrote:
Would anyone happen to know if there is a PERL/java interface where these two languages could talk to each other?

Java can call any native function that's packaged in a dso or dll. (But is it possible to compile Perl modules to standalone dso?) Did anyone mention B::JVM::Jasmin or JPL? See links below...


-Mark

-----
Porting Perl to the Java Virtual Machine
http://www.ebb.org/bkuhn/writings/technical/thesis

More about JPL
http://www.oreilly.com/catalog/prkunix/info/more_jpl.html

Java Native Interface Tutorial
http://java.sun.com/docs/books/tutorial/native1.1/



Reply via email to