Help for this page
'1' => { 'hostname' => 'somehost@somewhere.com', ... }, }
my %host_info : shared; my $host_info_REF = \%host_info; ... sub get_info[ #Get some info and add to hash }