Well to get the Glib functionality we are talking about, only requires the most basic Glib lib, which is only a 1.5 Meg download, at Glib for Windows And that simple download will make the code shown by ikegami at Re: Please suggest a non-forking way to do this (OS: windows) (solution) seem way too complex.

Glib gives you a nice event loop and select on pipes, with a simple syntax, and is cross-platform. With Glib you can write the same pipe-open code for linux and win32, whearas Win32 modules are single platform.

To be honest, that is far less than all the f*cking vb dlls you need to download to make most of that win32 crap run. No wonder the minimal space required for a Vista install is 20 gigs.

Don't you consider that recommending the installation of 20 gigs of virus prone win32 crap a bit extreme for a problem that can be solved with 1 gig linux box? :-)


I'm not really a human, but I play one on earth Remember How Lucky You Are

In reply to Re^3: Please suggest a non-forking way to do this (OS: windows) by zentara
in thread Please suggest a non-forking way to do this (OS: windows) by cranky

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.