"Win32::Daemon is good and free and the script using it is a TRUE native NT Service"

I downloaded and installed Win32::Daemon for Perl 5.6. I then started a simpe evaluation for a potential use in our shop.

My major problem is that the documentation leaves a lot to whish. Some methods are mentioned while their parameter lists are completely absent from the documentation. I even tried to re-generate the doc using pod2html, but the new doc wasn't better than the on-line version.

For instance, I'm able to find the parameters for installing a service, but only in the example given. Not in the docs. The example invites the less carefull developer to install the test service. (I assume it will work, but I still haven't run it.)
At the same time, I am still unable to find the parameters for un-installing the same service. (Which is why I didn't install the "test service" in the first place.) And of course there is no example code to un-install the installed test-service either. I guess this is covered in the commercial book.

Of course, I could send for the authors book at amazon.com, but it doesn't really feel right as long as we're talking "free". Agreed, noone said the book would be free, but providing free software (as stated on the site) with commercial documentation is not really what I had expected.

And please bare in mind that I was not hoping to get the complete book for free. I just wanted to have a simple POD for all methods in the module.

You know, like the CGI.pm module. It's documented with POD. The documentation is complete if you know what you want to do and why. (This is what I'd expect from "free" software.) If, OTOH, you need to learn the concepts of GCI programming with Perl, you may need to buy the commercial book. A much more appealing concept IMHO.

"Livet är hårt" sa bonden.
"Grymt" sa grisen...


In reply to Re: Re: Perl won't run as NT service by Biker
in thread Perl won't run as NT service by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.