From: Spocchio <[EMAIL PROTECTED]>
   Date: Sun, 23 Mar 2008 09:10:42 -0700 (PDT)

   Hi, i'm writing a gui tool, I need to open a non blocking pipe in read
   mode, to avoid the block of the gui when the stream become slow..
   Is it possible to open a non blocking pipe in read mode whitout using
   threads or fork()?
   I like simple things, i only need something return me undef is there
   is no input,

IIUC, it's the read operation, not the open, that is nonblocking.  You
might want to look at IO::Select.

                                        -- Bob Rogers
                                           http://rgrjr.dyndns.org/

Reply via email to