Input/Output
Binary I/O
- The <FILEHANDLE> syntax is used to read lines
of text data
- The read() function is used to read an arbitrary number
of bytes
- The write() function IS NOT used write an arbitrary number
of bytes!
(See
Format
slide)
- The print() function can write anything you pass it
(text or binary data)