On 6/1/09 Mon Jun 1, 2009 1:58 AM, "[email protected]" <[email protected]> scribbled:
> Hello, > > What's the standard way to calculate a subroute's executed time in Perl? > Thanks in advance. One popular way is to use the Benchmark.pm module. See 'perldoc Benchmark' or <http://perldoc.perl.org/Benchmark.html> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
