in reply to JPL - Embeding Perl into Java for Win32
Why do you need to embed Perl into Java? If you just want support from a scripting language, then I'd suggest going with jPython. If you need something that is already working in Perl, then I'd suggest having one call the other through some kind of RPC mechanism. If you have some other need, I'd have to hear it described in detail to figure out what I'd suggest.