in reply to Module variables

The package variables will be stored in a symbol table (Not the lexical variable, declared with my). For each package, perl maintains a different symbol table. So the variables will be unique and we can access using the packagename::varname