|
From: hahmed <dim...@gm...> - 2009-04-29 14:30:58
|
ok, Thx :)
I tried the following to get the config of a remote webmin server
(already configured in the webmin servers index and I tried the
remote_foreign_check to check if everything is all right) :
%remote_config=&remote_foreign_config($in{'server'},"firewall");
but when I try to print the elements of the hash, like following :
print "$remote_config{'direct'}";
foreach $remote_config (values %remote_config)
{
print "Some config is $remote_config\n";
}
I got an empty string, although 'direct' exists in the remote host
config and its value is 0.
Any help please.
regards
h.ahmed
--
Ahmed Hamouda
http://www.fedora-tunisia.org/
http://forums.fedora-fr.org/
|