in reply to how to find out the time taken for a perl program to execute ?
time perl myscript.pl
You could also benchmark your script with the Benchmark CPAN module.
Another route would be code performance profiling. You can check out this thread that discusses it further: performance profiling.
|
|---|