in reply to Re^2: timing a command execution with perl
in thread timing a command execution with perl

That measures the elapsed real time (wall clock time), not CPU time. Which do you want to measure?

  • Comment on Re^3: timing a command execution with perl