How can I call Perl from Java?

前端 未结 9 1735
自闭症患者
自闭症患者 2020-12-04 22:42

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?

9条回答
  •  不知归路
    2020-12-04 23:44

    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

提交回复
热议问题