4 3:48 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Some java some perl
[EMAIL PROTECTED] wrote:
> I'm doing one interface in java that will call some perl scripts. I need
to
> catch the output and I don't know how to do it.
>
> If I execute the '
Hello Joseph,
>> String[] aStr = {"-e", "'print(\"Ola\n\") foreach
(1..100);'"};
>>
>> Process p = r.exec("perl", aStr);
>
> You told the system to open the perl compiler here. You may also have
Offered
> it 100 lines like this:
> "Ola
> ""Ola
> Which Perl would have a ver
[EMAIL PROTECTED] wrote:
> I'm doing one interface in java that will call some perl scripts. I need to
> catch the output and I don't know how to do it.
>
> If I execute the 'ls' command my java program finnish if I call the perl my
> program don't finnish. What am I missing?
What are you expecti