I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-07-02 14:51:41.193668-07 by lbaxter
Sys::SigAction-0.15 is now available...
I've added support for fractional seconds in timeout_call(). This was suggested by one of the reviewers. If Time::HiRes is loadable, timeouts can be as short as 0.000001 seconds. (not that that would be very useful). If Time::HiRes is not loadable, then the fractional part of the argument to timeout_call() (as in 0.01) will be raised with POSIX::ceil() to the next highest integer value. (0.01 becomes 1, 0.01 becomes 2, etc). Time::HiRes should be available on most standard platforms where this module is useful.

Lincoln
Direct Responses: Write a response