in reply to Creating Win32 Service
As a complete hack, (I would'nt suggest this other than for interest) you could extend the script (that you're converting into a service) to add a new sub to the Win32 namespace...
I'm guessing that the sub returns the (what is laughingly called the) OS build level - a shortfall in your distribution perhaps ??sub Win32::BuildNumber { . . }
|
---|