Help for this page

Select Code to Download


  1. or download this
    my %file1_hosts = (
       bobssite => {
    ...
          'bobssite.dealer.net'    => 1,
       },
    );
    
  2. or download this
    sub compare_aliases {
       my ($host, $file1_aliases, $file2_aliases) = @_
    ...
    }
    
    compare_hosts(\%file1_hosts, \%file2_hosts);