in reply to timing a command execution with perl
Why would you want to install/use Time::HR? That module hasn't been maintained since 2002.
Instead, you should look at using Time::HiRes, which is a core module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: timing a command execution with perl
by Anonymous Monk on Dec 09, 2014 at 14:51 UTC | |
by fishmonger (Chaplain) on Dec 09, 2014 at 15:09 UTC |