What makes you think it's unmaintained?
Well I can't find many (if any) articles, examples, or blogs of anyone referencing or using this module beyond 2008 (including here on PerlMonks). The copyright is 1996 and the author himself indicates he "may or may not" maintain it. Finally, the CHANGES file in the latest zip appears to illustrate that the last change occurred on July 8, 2002. So it was more of an educated guess.
That warning applies to the "Object Oriented/Tied Handle Interface"
Fair enough -- I didn't realize this.

Though it still doesn't really answer my initial question -- what's the correct way to do it? Just as the 3 argument open is generally preferred over the 2 argument open, there has to be some community-accepted "right way" to do this. Is it via a standard "open("\\.\pipe\...") or via Win32::Pipe or via Win32API::File or via some other method entirely?


In reply to Re: Win32 named pipes by wojtyk
in thread Win32 named pipes by wojtyk

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.