http://www.perlmonks.org?node_id=174422


in reply to Re: Watching a driectory for change
in thread Watching a driectory for change

There's a kqueue facility in FreeBSD which could be used for such a task. Unfortunately, I see only a python interface wrapper for it :(