in reply to Calling perl from java

Yes, and just do it thru JNI (Java Native Interface), and you can find the spec on Sun’s web site. You can view it as a group of functions that allow you to access code written in native language from Java.

The way Abigail-II pointed out works, and I have this kind of stuff running in production. It is quite stable, and amazingly, it is quite fast.