in reply to Re^2: Variable access across packages?
in thread Variable access across packages?

every script implicitly runs in the namespace main, so you can just revert the logic and access $main::VariableName if you declared it with our.

See perlmod for details.