in reply to Handling asynchronous events with Perl

I am a little bit biased, but I think POE is the way to go, especially when it comes to expand your application as you can use the POE::Components already out there.

I guess the alternatives are simpler, but they haven't such great support.

Update: you may find POE::Component::DirWatch useful.

Dodge This!
  • Comment on Re: Handling asynchronous events with Perl