RE: PerlSvc questions
by Primanti, Joseph T other posts by this author
Feb 28 2002 12:19AM messages near this date
perlctrl and socket
|
PerlSvc questions
Try this:
package PerlSvc;
$Name = 'FOO';
$DisplayName = 'FOO';
Joe
-----Original Message-----
From: David Hares [mailto:dhares@[...].net]
Sent: Wednesday, February 27, 2002 03:00 PM
To: Pdk
Subject: PerlSvc questions
In using PerlSvc
-In routine PerlSvc::Install I set $PerlSvc::Name = "FOO"
-I turn foo.pl into foo.exe with -v -r (successfully)
-I install FOO. W2k-> services sees FOO installed but not started.
-I start FOO. PerlSvc::Startup thinks $PerlSvc::Name = ""
This is behavior I did not expect - What's going on?
-----------
David Hares
Director, Network Engineering
Copernica Networks Phone: 734.827.3620
650 KMS Place FAX: 734.827.3690
Ann Arbor, MI 48108 Email:
dhares@[...].net
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|