CGI::Response.pm

Stephen M. Beckstrom-Sternberg (sbeckstr@rapd.gig.usda.gov)
Tue, 28 Nov 1995 16:57:07 -0500


I am picking up a several months old thread regarding Response.pm.  That is,
how can I run a background child process without the WWW browser waiting for
the child process to terminate?  I successfully fork the process and exit
the parent after leaving a message, but I can't seem to cause the browser to
disconnect besides clicking on the Stop button.  I have tried flushing and
closing STDOUT, STDIN, and STDERR, but without success.

I am using libwww-5b6 and Perl5.001m

Steve Beckstrom-Sternberg