PDA

View Full Version : How to call PERL code from JAVA?


anilkumarby
04-22-2002, 06:31 AM
Hi all,

I have a PERL code that does some string parsing and decoding.
It returns an array of strings. I need call this parsing of strings
in a JAVA code. How to do this?
I used exec() function in java, but it didn't helped.

Regards
-Anil