in reply to Re^4: Use 'use' in foreach
in thread Use 'use' in foreach
The Module::Load caveats section implies it uses require internally, so, in theory, is already checking.
Of course, that doesn't avoid overhead from needlessly running load, so performance-wise, would make sense if Module::Load did it's own check before doing any work.
|
---|