{ my $line = ; if ($line =~ /^\#/) { my $server1 = ; my $server2 = ; $HoA{$line} = [$server1, $server2]; } redo unless eof(IN); }