Posted on 2007-09-12 07:31:51-07 by lloy0076 in response to 5910
Re: about Config.pm

Hi There,

It looks like you've overwritten the Config _module_ in your Log4perl distribution. This particular module is actually Perl and is meant to read your own personal configuration.

Here's what I'd do to get back to working with it again:

* reinstall your Log4perl or replace Config.pm with one found via the source browser or your downloaded source

* make a configuration and put it somewhere that you can remember, (eg C:/config.cfg)

* Then:

use Log::Log4perl; Log::Log4perl->init("C:/config.cfg");

DSL
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.