Ask a Question related to PERL Modules, Design and Development.
- Sisyphus #1
Re: How do i create a script to run as a service?
"dgvads f" <[email protected]> wrote in message
news:gcfPa.1$[email protected]..anything> Hi
>
> Is there any modules out there? i am a bit lost, someone mentioned
> win32::service, but that just works on exisiting services. Is thereWin32::Daemon from [url]http://www.roth.net/perl/packages/[/url] .> out there that will let me run a perl script as a service, and that is
> without using any windows programs like the ones in the NT resource kit.
The following should do the trick:
ppm install [url]http://www.roth.net/perl/packages/win32-daemon.ppd[/url]
Cheers,
Rob
Sisyphus Guest
-
XML-RPC service - Anyone ever create one?
Has anyone ever created a XML-RPC service to run on a server,or site , that externally clients can connect and interact with? Perhaps in JAVA or... -
Is there a way to create sprites in script?
Arturo, using the makeScriptedSprite command, do you know how to set the ink of a created sprite? In previous editions of Director, I would... -
How to create a SOAP service
Hi gurus and nubys, I've been googleing around for a while to see how to build a SOAP server with the least effort in ruby. I found a cool... -
how to create a web service
See http://msdn.microsoft.com/webservices/building/frameworkandstudio/default.aspx for information regarding building XML Web Services with the... -
how do you create a script that make a DUN
I need to know how do to write a script to create and configure a DUN connection - Benjamin Goldberg #2
Re: How do i create a script to run as a service?
dgvads f wrote:Assuming you're using ActiveState perl, use wperl.exe.>
> Hi
>
> Is there any modules out there? i am a bit lost, someone mentioned
> win32::service, but that just works on exisiting services. Is there
> anything out there that will let me run a perl script as a service,
> and that is without using any windows programs like the ones in the NT
> resource kit.
--
$a=24;split//,240513;s/\B/ => /for@@=qw(ac ab bc ba cb ca
);{push(@b,$a),($a-=6)^=1 for 2..$a/6x--$|;print "$@[$a%6
]\n";((6<=($a-=6))?$a+=$_[$a%6]-$a%6:($a=pop @b))&&redo;}
Benjamin Goldberg Guest




