I can't solve your problem but I hope your not passing
in user input into the system function without
checking them. That would be bad. :)
--- "Scott, Joshua" <[EMAIL PROTECTED]> wrote:
> I'm new to Perl programming. I'm trying to launch a
> process from within a
> CGI script and then continue
Scott, Joshua wrote:
> I'm new to Perl programming. I'm trying to launch a process from within
> a CGI script and then continue running the script to complete the web
> page. Here is what I'm trying to run.
>
> $status=system("/usr/bin/program -x -x -x &");
>
> Whenever this is executed, t
Title: Message
I'm new to Perl
programming. I'm trying to launch a process from within a CGI script and
then continue running the script to complete the web page. Here is
what I'm trying to run.
$status=system("/usr/bin/program -x -x -x &");
Whenever this is
executed, the script goes i