> > And if I am, and specifying explicit imports for each module is beneficial > > - > > Not for reason of speed. For reason of maintainability. You should only > import names you are going to use, and then do so explicitly, so that a > maintenance programmer doesn't look at the program wondering where > thunk_widgets() has come from. The exceptions to this rule are few and > far between. >
Yep... this says it right there, and makes perfect sense. I am glad I asked before I converted what I have so far to modules. Thank you! Peter -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>