Help for this page
my %server_hash = ( foo => {tag => 1}, bar => {tag => 10}, ... { print "$server:$server_hash{$server}{tag}\n"; }
foo:1 adv:1 ... fish:3 snow:8 bar:10