I have a Perl module that I would like to use from Java. Is there a way to call this code using either ActiveState Perl on Windows or the generic Perl that comes with Linux?
I found an implementation on JavaWorld by Robert Lawson, which uses XML-RPC to call Perl routines from your Java code: Call Perl routines from Java