11-18-06 12:11 AM
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.
[ Post a follow-up to this message ]
|