start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.93 IO::Pipe Chapter 8
Standard Modules
Next: Reference: reader
 

new

$

pipe

 
= new IO::Pipe([


readfh

, 

writefh


])

Constructor. Creates an IO::Pipe object, which is a reference to a newly created symbol. The two optional arguments should be objects blessed into IO::Handle or one of its subclasses. These objects are used for the system call to pipe . With no arguments, the method handles is called on the new IO::Pipe object.


Previous: 8.93 IO::Pipe Perl in a Nutshell Next: Reference: reader
8.93 IO::Pipe Book Index Reference: reader

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.