in reply to PERL with JSP interaction
can run any shell command, including invocation of a Perl program and give it arguments in the command line which Perl picks up as @ARGV.Runtime.getRuntime().exec(...)
If it's the other way round, there are many ways for Perl to invoke the .jsp, including using ``, system(), but the most comprehensive is IPC::Run3.
If it's parallel, then maybe communicate through a named pipe.
-M
Free your mind
|
|---|