call pearl api from java
hiI am new in server coding i would like to know whether there is a way to call pearl api from java servlet.thankz in advance
[146 byte] By [
newcommera] at [2007-11-27 2:15:04]

# 1
If the Perl API is webbased, just call it by a simple URI request. If you need POST, then you might find the org.apache.commons.httpclient.methods.PostMethod useful.If the Perl API is commandbased, then use Runtime#exec() to execute it.