On Fri, 6 Sep 2002 16:51:10 -0400, "Ricci, Mark" <[EMAIL PROTECTED]>
wrote:

>Hello All,
>
>       I'm having some trouble getting this script to run as a service, any
>and all help is appreciated:

There seems to be a syntax error here:
>
>#!c:\perl\bin
>use Win32::Process;
>use Win32;
>
>package PerlSvc;
>
>our $Name = 'CDcontrol';
>ofur $DisplayName = 'CDcontrol Service';

That should be 'our' instead.  I haven't checked if there are other
problems with your script.

For help with Perl Dev Kit components, I would suggest that you use the
pdk mailing list.

Cheers,
-Jan

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to