in reply to Re^2: Site Wide Variables
in thread Site Wide Variables

You declare it as our in the package, then use the package elsewhere and use a fully qualified name for the variable (like $My::Package::var).

Ditn't understand the third paragraph.