Perl in a Nutshell

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

handles

$pipe->handles()

Called during construction by IO::Pipe::new on the newly created IO::Pipe object. Returns an array of two objects blessed into IO::Pipe::End, or a subclass.


Previous: Reference: writerPerl in a NutshellNext: 8.93 IO::Pipe
Reference: writerBook Index8.93 IO::Pipe