PerlingTheUK has asked for the wisdom of the Perl Monks concerning the following question:
It has taken me several years that I have given in on a topic and cannot see any option but to include more than simple exception catching in my code. So far all I did was setup a log file and hand out debug versions that would come with an config file that writes a very high detail log file that I could normally interpret to find the errors.
However I am currently importing and converting a file that quite regularly was edited manually and does not quite live uf to its tight formatting standards.
I have seen packages that go a lot further than the standard eval{}; or $SIG{ __DIE__ } = &\catch_me basics and would like to make use of a relatively robust and basic one. However at the same timeI have a list of requirements:
What are other users using? I am interested in your answers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Exception Safe Perl
by xdg (Monsignor) on Aug 15, 2005 at 23:36 UTC | |
|
Re: Exception Safe Perl
by valdez (Monsignor) on Aug 16, 2005 at 10:43 UTC |