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 2005-11-23 14:36:30-08 by jdhedden in response to 1391
Re: Exception die method
Wow! I'm impressed. You're really getting into my code, and using things I haven't documented yet. (Which is great.)

OIO::die() can be found at the beginning of Object/InsideOut.pm.

The specific parameter you're looking for is 'caller_level'. Just add 'caller_level => 1' to your OIO::Args->die() call, and you'll be good.

Also, is_it() is in Object::InsideOut::Util. (I presume that's just a typo in your post.)

Direct Responses: Write a response