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.
In reply to Re: A Few Questions About IO::File
by ikegami
in thread A Few Questions About IO::File
by rpetrelli
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |