in reply to Re: Config::ApacheFormat and $/ strangeness
in thread Config::ApacheFormat and $/ strangeness

Config::ApacheFormat does not explicitly make use of $/. However it does try to read the conf file, line by line, via the angle operator (<>), which is affected by value of $/ (look for $INPUT_RECORD_SEPARATOR in perlvar)
  • Comment on Re^2: Config::ApacheFormat and $/ strangeness