Previous chapter
To contents
Next chapter
Chapter 9, File I/O
Programming without reading and writing data from files, sockets, keyboard
etc. would be quite pointless. Luckily enough, Pike provides you with an
object oriented interface to files, pipes and TCP sockets. All I/O functions
and classes are collected in the module Stdio.
Previous chapter
To contents
Next chapter