http://qs321.pair.com?node_id=1081483


in reply to Monitoring directory contents

File::Monitor is pure Perl (not XS) and has no non-core dependencies. So you should be able to download the distribution, and copy the ".pm" files into a directory you do have permission to write to. Then just:

use lib "/path/to/that/directory"; use File::Monitor;
use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name