Andrew Gaffney wrote: > For example, if my module has 'use SomeModule;' and a script I write has 'use > MyModule;', > does > that mean that I am effectively saying 'use SomeModule;' in my script?
Yes. From the point where you call the first module, your script will also any module used by that module. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>