I can encapsulate the uses in a string eval, but then it seems I must put all use of that (thoese) modules into the same string eval, which gets syntatically sticky quickly.
Can someone point me to a simple, elegant, perlish solution?
Maybe switching to 'require' instead of 'use' since it is run time instead of compile time? You may want to check out the bowels of:
perldoc -f require
As it describes how to perform a require using, 'eval', etc.
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]