Hi Jenn,
[email protected] wrote:
What's the standard way to calculate a subroute's executed time in Perl? Thanks in advance.
I don't know what's the standard way, but I use the times function and get the user time before and after the subroutine and then subtract.
http://perldoc.perl.org/functions/times.html Ray -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
