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 2006-02-24 18:30:23-08 by je44ery
How to Control Exit Values?
Now that I am using Exception::Class to throw exceptions, when my programs halts suddenly due to one of these exceptions, I notice that the exit value is 0, which means that all went OK. I still have a program harness that looks at exit values to perform control operations. How do I set what the exit value will be when my thrown exceptions cause a program halt? Thanks.
Direct Responses: 1851 | Write a response