|
|
| There's more than one way to do things | |
| PerlMonks |
Re^2: Find Execution time of perl script??by ioannis (Curate) |
| on Jun 05, 2006 at 06:27 UTC ( #553537=note: print w/ replies, xml ) | Need Help?? |
|
No need to calculate start time: it is always available through $^T (see perlvar).
And for programs with so few liners, there is probably little need for use strict, use warnings, meaningful variable names, etc,. ( Some posters seem too vocal on such matters; with a little more encouragement, they might also advise on the java-way of doing things.)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||