Subject: | test methods |
The object orientated paradigm is nice, but it would be more complete
with file test methods:
$file->exists,
$file->is_readable,
$file->is_writable,
...
These are more declarative than -e $file, and more othogonal to the rest
of the module's logic.