Ïðèãëàøàåì ïîñåòèòü
ßçûêîâ (yazykov.lit-info.ru)

Reference: new_from_fd

PreviousChapter 8
Standard Modules
Next
 

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.


PreviousHomeNext
Reference: newBook IndexReference: clearerr