I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-12-03 06:45:34.814982-08 by jdhedden in response to 13087
Re: OIO::Method error: Can't locate class method...
mod_perl uses runtime loading of classes so I suspect that X being declared in a BEGIN block may be the problem. Since constants are declared via 'use constant ...', doing that inside a BEGIN block shouldn't be needed.

However, without some sample code, it's difficult to do any analysis.
Direct Responses: 13096 | Write a response