Based on reading the documentation, Time::HiRes is willing to try multiple strategies for each function. Your problem would make perfect sense if the only emulation of gettimeofday() that your laptop can find is the built-in time() function. However perl2exe compiles the C API call that Perl is looking for into the executable, and so that executable finds the API call that you're missing a library for.
Without a lot of research I can't tell you how to make sure that a useful form of gettimeofday() is properly found on your laptop.
In reply to Re: Time::HiRes sleep does not always work
by tilly
in thread Time::HiRes sleep does not always work
by tone
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |