Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: select open2 filehandles for reading

by sgifford (Prior)
on Apr 30, 2007 at 15:57 UTC ( [id://612800]=note: print w/replies, xml ) Need Help??


in reply to select open2 filehandles for reading

The traditional UNIX way to determine whether to use line- or block-buffering (and the way generally implemented by the stdio library) is by whether stdout is connected to a terminal (TTY) or not. You can convince many programs to use line buffering by connecting them to a pseudo-TTY, using a module like IO::Pty or Expect.
  • Comment on Re: select open2 filehandles for reading

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://612800]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 22:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found