in reply to Re^4: Testing for a module's presence
in thread Testing for a module's presence
So if I used File-Find to traverse @INC, looking for Some::Module, that would be faster and more efficient that using a require within an eval? I keep thinking that if I have over 1,000 modules on my system, I will be doing a lot time-consuming searching. Am I wrong to look at it this way?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Testing for a module's presence
by Tanktalus (Canon) on Feb 06, 2005 at 05:58 UTC | |
by Anonymous Monk on Feb 06, 2005 at 06:02 UTC |