Hi,
I wish to execute a Perl script in Java. I've heard that you can use the Runtime.getRuntime.exec(...) method to do this.
Can anybody give me an example of how this is done?
Thanks
Clo
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20125462.html
Zones:
JavaDate Answered: 05/29/2001 Grade: A Views: 0
Hi,
How can I call PERL pgm (.pl or .pm) from Java program ? Please send a example also.
Thanks,
Boby Jose
http://www.experts-exchange.com/Programming/Languages/Java/Q_20155298.html
Zones:
JavaDate Answered: 07/24/2001 Grade: B Views: 0
I presume this is a simple one for a Java expert out there...
I'm one of the fortunate billions who have a shared Linux hosting account with GoDaddy. I have a system of Java servlets that work...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Servlets/Q_23286697.html
This might be very simple question but I don't
know how to execute a perl program from the Java
program.
I have perl program which will manipulate the file.
after manipulation, from java I want t...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10122175.html
Zones:
JavaDate Answered: 02/04/1999 Grade: B Views: 0
I need a java program or stmts to read data from a file and parse the data by offsets into variables like a record being parsed into its field elements ex.
account name phone
------------------...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11675018.html
Zones:
JavaDate Answered: 10/28/2000 Grade: A Views: 4
Hi,
I have a perl script that I usually run interactively (gets data from command line via std
input). The script can also be run by giving the commands in a "command file", then running:
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20754447.html
Zones:
JavaDate Answered: 10/02/2003 Grade: B Views: 0
Hello
Is someone can explain me, or translate in other language like java, the following line written in perl :
my @url = map {ord $_} split '', $url;
I'd like to know what is the PATTERN of...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21324438.html
Zones:
PerlDate Answered: 02/22/2005 Grade: A Views: 0
Hi,
is there any such thing as interpreting Perl from within Java code?
Something similar to what we have for python, Jython.
Thanks in advance
akshay
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21638149.html
Zones:
PerlDate Answered: 05/01/2006 Grade: A Views: 10
i have doubt in webservices.i am passing object as an argument in the method and also it returns an object type;i generated WSDL file for that web service.i am using java client so created stubs f...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21972039.html
Zones:
JavaDate Answered: 09/12/2006 Grade: B Views: 0
Can some Perl/Java wizard help me?
I need the following Perl in java!
# send P_SET_BOARD packet (15)
vec($line, 0, 8) = 0x0f; # board_id packet
vec($line, 1, 8) = $board_id >> 24;
vec($l...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21982942.html
Zones:
JavaDate Answered: 11/04/2006 Grade: A Views: 0