time - uses Time::HiRes
use time; printf "%s\n", time; printf "%s\n", time::gettimeofday; time::usleep(0.17);
To install time, copy and paste the appropriate command in to your terminal.
cpanm
cpanm time
CPAN shell
perl -MCPAN -e shell install time
For more information on module installation, please visit the detailed CPAN module installation guide.