in reply to Invoke perl script from a Java program
Do you want to:
- Execute Perl program from Java like you would do with an executable?
- Use Perl code directly from Java code?
For second option see
PLJava - Perl embeded into Java,
Different ways to use Perl / CPAN modules in Java,
jPerl - Perl on the JVM (in development),
How can I call Perl from Java?.