Help for this page
sub process_directory { my ($self, $dir) = @_; ... closedir $dh; }
TESTING: dir is [/tmp/testdirectory] readdir() attempted on invalid dirhandle $dh at /path/to/MyModel.pm li +ne 14. FILES: closedir() attempted on invalid dirhandle $dh at /path/to/MyModel.pm l +ine 18.