Win32-Daemon-Simple - Creating simple services for Windows XP

Posted on Thu Jun 1 09:01:31 2006 by mickeyslam
Creating simple services for Windows XP
I use the template from Win32::Daemon::Simple to create a service in Windows XP. In the service loop, I put my code where the program will create a SSL connection to the SSL server using IO::Socket::SSL and send the log to the server. However, I successfully create the service in the registry. The service just could not be started! Is that the Win32::Deamon::Simple is limited to only getting log from the windows services? I m a dummy in this. Pls help
Write a response