Advertisement

1 - 10 of 22 containing alltags:("Java, Perl") (0.001 seconds)
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 ...
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
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...
Zones: Servlets, Perl, CGIDate Answered: 04/02/2008 Grade: A Views: 189
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...
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 ------------------...
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:  ...
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...
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
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...
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...
Zones: JavaDate Answered: 11/04/2006 Grade: A Views: 0