$ pipe ->writer([ args ])
pipe
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 .
fork
exec
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]