Accessing Hashes from modules

Hi All,

I’ve defined a hash in AT_SiteConfig.pm:
my %Links = (
Soporta => ‘SeSoportaEn’,
Ejecuta => ‘SeEjecutaEn’,
RefersTo => ‘ReferredToBy’,
);

And then I’m trying to access it from Asset_overlay.pm with the following line:
my %Links = %RTx::AssetTracker::Links;

But I got an empty hash. However if I access the very same config hash from Display.html I get it. Do you know whats wrong? Any hint?

Thanks,

Alvaro Muñoz Sánchez
P Antes de imprimir piensa en el medio ambiente