NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node was taken out by the NodeReaper on Tue Mar 23 17:33:02 2004 (EST)
  • Comment on problem calling getCustomLog in apache::parselog

Replies are listed 'Best First'.
Re: problem calling getCustomLog in apache::parselog
by bart (Canon) on Mar 23, 2004 at 21:13 UTC
    If you used the same case for the name of module in the use statement, as in your node title here, that could well be the problem. It's "Apache::ParseLog". Case matters.

    p.s. Windows? :)

    p.p.s. Please post code in these questions!