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.
BalusCa at 2007-7-12 2:11:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
thankz BalusCI need POST methode. Can you plz a sample snippent for the method
newcommera at 2007-7-12 2:11:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Snippet? Lol, just read the PostMethod API: http://www.google.com/search?q=postmethod+api+site:apache.org
BalusCa at 2007-7-12 2:11:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...