in reply to Re: how to find out the time taken for a perl program to execute ?
in thread how to find out the time taken for a perl program to execute ?

at the start of your script record the value of time()
See http://perldoc.perl.org/perlvar.html#$^T (but note that that is not a read-only variable).
  • Comment on Re^2: how to find out the time taken for a perl program to execute ?