Jay Savage said:
> On 8/23/05, Scott Taylor <[EMAIL PROTECTED]> wrote:
>>
>> Hello all,
>>
>> I have a CGI script that I need to display the output of a shell
>> program,
>> basically a simple C program that parses some text.
>>
>> The output is right to the browser, and I don't want it to be crea
Wiggins d'Anconia said:
> Scott Taylor wrote:
>> Hello all,
>>
>> I have a CGI script that I need to display the output of a shell
>> program,
>> basically a simple C program that parses some text.
>>
>> The output is right to the browser, and I don't want it to be creating
>> any
>> new files or
On 8/23/05, Scott Taylor <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> I have a CGI script that I need to display the output of a shell program,
> basically a simple C program that parses some text.
>
> The output is right to the browser, and I don't want it to be creating any
> new files or any
Scott Taylor wrote:
> Hello all,
>
> I have a CGI script that I need to display the output of a shell program,
> basically a simple C program that parses some text.
>
> The output is right to the browser, and I don't want it to be creating any
> new files or anything. I have a data field that ha