Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

How to insert some lines of Perl code in my Java program?

How to insert some lines of Perl code in my Java program?
[57 byte] By [WXY595] at [2007-11-11 7:49:53]
# 1 Re: How to insert some lines of Perl code in my Java program?
Hi,

I dont think you can embed the perl in a java file. You can run a perl script from a java file though. Checkout the Runtime.exec() method. Runtime class exists in java.lang package

Kind regards,
Noel
noelob at 2007-11-11 22:37:11 >