in reply to CGI for the server
If you want something that runs on the server without the need of a trigger from a webserver, then you don't need CGI for this, just create your scripts and make them run on the server itself, e.g. using the crontab or doing the scheduling on your own with sleep and/or alarm.
Last thing that comes to my mind is that you could want to always execute something for each request that arrives to the web server, but without the explicit use of CGI. In this case, you'd probably study the documentation for the webserver, and try to see if something about Apache in CPAN can help you.
Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')
Don't fool yourself.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI for the server
by Anonymous Monk on Jun 03, 2005 at 22:17 UTC | |
by polettix (Vicar) on Jun 03, 2005 at 22:28 UTC |