···26012601 # read directly what we want to check26022602 my %config_check;26032603 open (IN, $output_config)26042604- or dodie "faied to open $output_config";26042604+ or dodie "failed to open $output_config";2605260526062606 while (<IN>) {26072607 if (/^((CONFIG\S*)=.*)/) {