start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: new Chapter 8
Standard Modules
Next: Reference: clearerr
 

new_from_fd

new_from_fd (

fd

, 

mode

)

Constructor. Like new , creates an IO::Handle object. It requires two parameters, which are passed to the method fdopen ; if the fdopen fails, the object is destroyed. Otherwise, it is returned to the caller.


Previous: Reference: new Perl in a Nutshell Next: Reference: clearerr
Reference: new Book Index Reference: clearerr

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.