in reply to Re: modules and namespace
in thread modules and namespace
I think I understand. Even the Lectoids needed different last names, not just different addresses?
For possible future reference: NO! "use" just inserts code with checks (cf. perlfaq8) and a "package" declaration changes the namespace, so two modules may have the same name with subs of the same name but live in different directories; it is the most recently declared package that provides the code.