in reply to Overrides in a Package

You should have some object $x (you usually get one with an object oriented interface), and you would do: $x->server('local.website');

A package is just a separate name space for variables and functions. A module is a package crafted so that it can be used as a reusalbe library