in reply to Re^2: How do you sleep?
in thread How do you sleep?

I just mean that it works the same way as in C - same arguments, same behaviour, nothing new to learn.

I assume (but the documentation doesn't make it clear) that Time::HiRes::sleep suffers from the same problem as CORE::sleep(): on many platforms, sleep() is implemented using alarm().