ismail has asked for the wisdom of the Perl Monks concerning the following question:
PROGRAM2:#/usr/bin/perl # program1.cgi is invoked by a web browser # print <<EOF; Content-type: text/html <html> <body> this output should come up while program2.cgi is still thinking </body> </html> EOF # at this point, we want to invoke program2.cgi and terminate program1 +.cgi exit 1;
any help will be appreciated most sincerely, f.#/usr/bin/perl # program2.cgi does something incredibly long but has no output to STD +OUT, so we would like this sucker to run independently of program1.cg +i. sleep 200; exit 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Stumped on IPC...
by suaveant (Parson) on Sep 25, 2001 at 22:25 UTC | |
by ismail (Acolyte) on Sep 25, 2001 at 22:32 UTC | |
by buckaduck (Chaplain) on Sep 26, 2001 at 00:03 UTC | |
|
Re: Stumped on IPC...
by ismail (Acolyte) on Sep 25, 2001 at 22:24 UTC |