in reply to Running a Perl script while loading Index.html
Tell lies. Set your server up so that http://www.mysite.com/index.html actually resolves to a Perl script that renders the page and kicks off whatever other processing is required.
You may find Web Programming in the Tutorials section helpful. If you need to kick off a long running process from your CGI script the answers to Managing a long running server side process using CGI may help.
|
|---|