Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: newChapter 8
Standard Modules
Next: Reference: writer
 

reader

$pipe->reader([args])

Object is reblessed into a subclass of IO::Handle and becomes a handle at the reading end of the pipe. If there are any args, then fork is called and the arguments are passed to exec.


Previous: Reference: newPerl in a NutshellNext: Reference: writer
Reference: newBook IndexReference: writer