Run a perl script as a windows 7 service

Posted by reptile on Server Fault See other posts from Server Fault or by reptile
Published on 2011-11-07T14:57:41Z Indexed on 2012/09/21 3:40 UTC
Read the original article Hit count: 537

Filed under:
|

I have a perl script which is compiled using pp, to be run as a windows service on windows 7 machines. I looked at the thread http://www.perlmonks.org/index.pl?node%5Fid=230377 but of little use because most of them weren't clear and the solutions suggested in that were to create executables and not actually for running as a windows 7 service. I tried putting my compiled exe in the scheduled tasks of windows but I think its not able to run for some reason. How do I debug this?

© Server Fault or respective owner

Related posts about Windows

Related posts about perl