in reply to Calling perl from java

JNI is the right answer, and with the little more info that the module JPL (in Perl core since 5.8.0, or from CPAN) will* convert your Perl+Java to a JNI lib and the matching Java, it may also be useful.

*) For some platforms at least...


Search, Ask, Know