
August 30th, 2000, 03:46 AM
|
|
Contributing User
|
|
Join Date: Aug 2000
Posts: 81
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
Take a look at the no-parsed-header docs in the CGI.pm perldoc page. Run
perldoc CGI
then jump to "USING NPH SCRIPTS" and read everything below that, and the part on server push (which is what you're looking to do). How it'll all work depends on your webserver, so you'll need to read up the docs on your server about NPH scripts. I've never used NPH mode before, so beyond that I can't really help. Good luck.
|