-1

both IO::Handle and IO::File are included in core package called IO. They are object interface for perl I/O subsystem. If you use IO::Handle/IO::File in any script, open will also return objects of this class.

(bvr's comment from DBI::ProxyServer: Problem with writing a log-file)

Is there a good place in the documentation where I can read about this?

Community
  • 1
  • 1
sid_com
  • 24,137
  • 26
  • 96
  • 187

1 Answers1

3

I would recommend to start with IO::Handle, then look at pages referenced in SEE ALSO section.

bvr
  • 9,687
  • 22
  • 28