Hi there,
I've been reading a few posts on problems others have experienced with getting this module to behave, and found a few code examples that might get me closer to solving the problem, but I can't get the examples I've found past first base! A few use this syntax to instantiate a watcher:
POE::Component::DirWatch->spawn(
etc
)
But when I try and run any code using this syntax, I get this error:
Can't locate object method "spawn" via package "POE::Component::DirWatch"
Is this an obsolete syntax form?
Thanks in advance, Steve