Re: perl as a windows service

2007-03-11 Thread Foo JH
There are 2 ways to run Windows as a service: via PerlSvc (commercial packager), and via Win32::Daemon (http://www.roth.net/perl/Daemon/). See which one you like best. John Norris wrote: > Hi, > > in the FAQs at > http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/faq/Windows/ActivePerl- > Win

perl as a windows service

2007-03-11 Thread John Norris
Hi, in the FAQs at http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/faq/Windows/ActivePerl- Winfaq4.html#How_do_I_run_a_Perl_script_as there are a lines on running on with W2K/XP. Does anyone have more step by step instructions on this. I have looked at the help of the MMC and can find nothing