in reply to Re: Get output after running IPC::Run
in thread Get output after running IPC::Run
Hi cdarke,
I've already added those to both of my programs, but the trick didn't work.
More details: my Perl script is running under mod_perl2, what the script do, is accepting C source code uploading
and compile & run it on-the-fly, send the input to the generated executable through ``$in'' and grab the output via ``$out''.
The only problem I have is I can't get the output without the "\n", so I was wondering if there's a way to do it.
To Khen1950fx, thanks for the response.
I've submitted my reply many times but failed in this afternoon...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Get output after running IPC::Run
by gmargo (Hermit) on Nov 23, 2009 at 19:39 UTC | |
by pid (Monk) on Nov 24, 2009 at 03:46 UTC |