timeit (count, code)
count
code
Runs code and reports the time it took. Always exported. Takes the following arguments:
The number of times to run the loop
The code to run, specified as either a code reference or a string
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]