in reply to conf file in Perl syntax
while (my ($host,$ip) = each(%$config)) { print "$host => $ip\n"; } [download]
cheers si_lence