sub read_conf { my $self = shift; my $conf_file = shift; local $/ = "\n"; my $conf = Config::ApacheFormat->new(); $conf->read($conf_file); .... }