in reply to Using 'use' away from script start
You might also consider using AutoLoader or SelfLoader and remove the rarely used code from your main program to begin with. Then if/when it ever does get called it and its requirments will get pulled in.
|
|---|