There is no reason to change $/ if you are using a standard Apache configuration format. $/ is not used by Config::ApacheFormat in the literal sense of setting the variable. Config::ApacheFormat parses the files line by line and puts them into an array. It then goes through the lines by pop'ing them off the stack.