Help for this page
my %hostlist = map { /^(\w+)\s(.*)/; $1 => $2 } (<DATA>);
my %hostlist = map { /^(\w+)\s+(.*)/; $1 => $2 } (<DATA>);