I'd also like to know if any of you have experience suggesting additions to the perldocs. If this gem had been there and in the right place(s) I would have saved hours of development time.

It is unfortunate that you didn't find this in the documentation -- my first instinct was to do a quick search of the perlfaqs on 'STDERR', which turned up this entry entitled "How can I capture STDERR from an external command?" in ferlfaq8. The faqs also mention how to submit suggestions for improvements or additions to the faqs if you are so inclined.

Searching the FAQs is as easy as: perldoc -q STDERR, or you could use my old faqgrep program (which I wrote sometime prior to the -q addition to perldoc, but I still find it more flexible and faster).

And since I've brought it up, I may as well mention that you can grab the PDF typeset docs of a literate version of this script from my publisher's website if anyone cares to see a tiny example of a literate program (written more as a tutorial than source code documentation).


In reply to Re: redirecting standard error with backticks by danger
in thread redirecting standard error with backticks by aardvark

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.