TrackVar

Raistlin Majere raistlin at e-raist.com
Fri Nov 17 19:22:56 UTC 2006


I can't seem to access variables I put in TrackVar from Service.pm

I created some hashrefs in Vhost.pm like this:

our ($host_mappings, $server_mappings);
Perlbal::track_var("host_mappings",   $host_mappings);
Perlbal::track_var("server_mappings", $server_mappings);

And I can access them in another module I created in the Plugin  
Directory, but I can't seem to access them in Service.pm.

Any suggestions would be greatly appreciated.




More information about the perlbal mailing list