I was thinking of using a perl script running in the background by root to pick up commands left by the cgi script and then executing them. But this seems like a silly way of doing things. Are there any suggestions? Thanks.
Run it only periodically, with cron/at :)
Comment on Re: Perl CGI ability to start linux services