7. More System Functions
Perl supplies the user with many functions useful for performing system tasks. This section will cover some of them for your own reference.
- 7.1. Directory Input Routines
- 7.2. Random File I/O
- 7.3. File Tests (-e, -d...)
- 7.4. chdir(), getcwd() and mkdir().
- 7.5. The stat() Function