in reply to Re^4: Help needed with WIN32::Service
in thread Help needed with WIN32::Service

When you say 'die message', do you mean the $! variable. If so, you may need to examine the $^E instead, as some Win32:: modules set this instead when there is an error.

You could also try dumping the hash returned by the GetStatus() function to what it contains, using something like the Data::Dump module.