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 2009-09-15 18:12:11-07 by jerome in response to 11451
Re: Retrieving or thawing arbitrary OIO-based classes
Oh that's why you wrapped the call to 'new' with an eval. Since the recipient won't know how to instantiate the class, the call to new is unlikely to succeed but it will only fail after calling 'initialize', right?. Let me try that in the real app. Thanks again.
Direct Responses: Write a response