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;
|
|---|