Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: What is a pipe and why would I want to use one?

by rjray (Chaplain)
on Jul 10, 2002 at 09:02 UTC ( [id://180705]=note: print w/replies, xml ) Need Help??


in reply to Re: What is a pipe and why would I want to use one?
in thread What is a pipe and why would I want to use one?

Excellent explanation of the concepts, well worth a ++.

You also have "low level" control of the pipes. You can create a pipe, fork() and use it to keep father and child (or siblings or whatever) happily talking to each other. The call to do this is (surprisingly) called pipe.

I would also recommend having people look at the IO::Pipe class that is a part of the core. It's very easy to use, and integrates nicely with IO::File, IO::Socket, et al.

--rjray

  • Comment on Re: Re: What is a pipe and why would I want to use one?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-23 21:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found