in reply to Re^2: Using a module twice giving a problem
in thread Using a module twice giving a problem

Some even qualify names when they don't have to, to show the origin of the function.

You don't actually need the & and in fact shouldn't use it. I wrote "&One::functionOne" as short hand for "sub One::functionOne".