I have to disagree with that as a default recommendation for the OPs stated requirement.

If you need the complexity of those--Ie. You need to be able to intereact with the background process's input and output streams--that is a fine recommendation, but for simply running a processes in the background?

Neither is exactly the easiest of modules to use, and the documentation of both leaves a lot to be desired.

That one reverses the order of the first two parameters relative to the other is confusing enough. I can never remember, or work out from the descriptions whether *RDRFH is a handle for reading, from the perspective of the perl script, or that of the command being run? I end up trying it to find out.

That the descriptions are entirely geared to their use in a *nix environment, with most of the description being deferred to man page references and useage with *nix utilities, mean I would avoid recommending the use of either to a win32 user, without there being a definite need to do so.


Examine what is said, not who speaks.
"But you should never overestimate the ingenuity of the sceptics to come up with a counter-argument." -Myles Allen
"Think for yourself!" - Abigail        "Time is a poor substitute for thought"--theorbtwo         "Efficiency is intelligent laziness." -David Dunham
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon

In reply to Re^3: Running a process in the background by BrowserUk
in thread Running a process in the background 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.