Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: readerChapter 8
Standard Modules
Next: Reference: handles
 

writer

$pipe->writer([args])

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


Previous: Reference: readerPerl in a NutshellNext: Reference: handles
Reference: readerBook IndexReference: handles