Perl in a Nutshell

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

new_from_fd

$fh = new_from_fd FileHandle fd, mode

Constructor. Creates a FileHandle, but it takes the file descriptor, fd, instead of filename as a parameter, along with mode; the parameters are required.


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