Is there any way to execute perl code without having to use Runtime.getRuntime.exec(\"...\"); (parse in java app)?
this looks like what you're asking for