Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: A Few Questions About IO::File

by ikegami (Patriarch)
on Mar 19, 2013 at 18:57 UTC ( [id://1024362]=note: print w/replies, xml ) Need Help??


in reply to A Few Questions About IO::File

From ??? up to 5.12, file handles were objects of IO::Handle (unless you reblessed them). You needed to load IO::Handle or IO::File yourself if you want to use its methods.

From 5.12 up to 5.14, file handles were objects of IO::File (unless you reblessed them). You needed to load IO::Handle or IO::File yourself if you want to use its methods.

From 5.14 on, file handles are objects of IO::File (unless you reblessed them). IO::Handle and IO::File are automatically loaded on demand.

This is a supported feature.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1024362]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-29 12:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found