Re: [Perl-unix-users] Question on CGI

2002-06-24 Thread Henry Wong, ¶À³Ç¼e
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

Re: [Perl-unix-users] Question on CGI

2002-06-24 Thread $Bill Luebkert
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