in reply to Re^3: Monitoring filesystem for file/folder changes
in thread Monitoring filesystem for file/folder changes
Yeah, think Im gonna use this for Windows. Else I was hoping for something multi-OS solution, but I guess that doesnt really exist, so it has to be seperate things "imported" depending on OS.
Speaking of this, got some neat trick to require/use perl modules only if they exist or so...? Like:
use if exists mainmodule::submodule;