Help for this page

Select Code to Download


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