in reply to Re: Find Execution time of perl script??
in thread Find Execution time of perl script??
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.)print time - $^T;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Find Execution time of perl script??
by dsheroh (Monsignor) on Jun 05, 2006 at 15:29 UTC | |
by McDarren (Abbot) on Jun 05, 2006 at 17:28 UTC |