How do i create a script to run as a service?

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Re: How do i create a script to run as a service?


    "dgvads f" <[email protected]> wrote in message
    news:gcfPa.1$[email protected]..
    > 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.
    Win32::Daemon from [url]http://www.roth.net/perl/packages/[/url] .
    The following should do the trick:
    ppm install [url]http://www.roth.net/perl/packages/win32-daemon.ppd[/url]

    Cheers,
    Rob


    Sisyphus Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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
  3. #2

    Default Re: How do i create a script to run as a service?



    dgvads f wrote:
    >
    > 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.
    Assuming you're using ActiveState perl, use wperl.exe.

    --
    $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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139