in reply to Re^2: Performance improvement in perl scripts
in thread Performance improvement in perl scripts
Even when we choose not to use the module, the time spent looking for it is seldom wasted. Module documentation often reveals special cases or other aspects of the problem which we had not thought of.
True, modules may not be correct. The same can be said for own code (especially code optimized to a different standard). At least, the module has withstood the criticism of a fairly large base of users.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Performance improvement in perl scripts
by JavaFan (Canon) on Apr 26, 2012 at 14:45 UTC |