in reply to CGI access to Perl Daemon

The actual connection is quite straight forward (check out the socket section of perlipc). The hard part is going to be designing/implementing the protocol your daemon will speak - that is once you have a connection, what meta-language (ala ftps get,set,dir,etc) are you going to use to control the transaction and convey status.

-derby