in reply to Config::ApacheFormat and $/ strangeness

Thanks for all the suggestion here. I did find the piece of code where there was "local $/ = undef;" , before the "read_conf" was invoked. Enclosing that piece of code in a code block solved this problem.
  • Comment on Re: Config::ApacheFormat and $/ strangeness