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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.91 IO::File Chapter 8
Standard Modules
Next: Reference: new_tmpfile
 

new

$

fh

 
= new ([


params


])

Constructor. Creates an IO::File object, passing any parameters to the method open . If the open fails, the object is destroyed. Otherwise, it is returned to the caller.


Previous: 8.91 IO::File Perl in a Nutshell Next: Reference: new_tmpfile
8.91 IO::File Book Index Reference: new_tmpfile