Re: [RFC] Exceptions addition to the guide

2000-04-09 Thread Autarch
On Sun, 9 Apr 2000, Matt Sergeant wrote: > For similar exception handling techniques, see the Try module, the > Exception module and the Error module, all on CPAN. There is no Exception module on CPAN? If you're referring to my code, it's not yet on CPAN because I don't think I can justify atte

[RFC] Exceptions addition to the guide

2000-04-09 Thread Matt Sergeant
This is the 2nd attempt, at Stas' request I'm pasting the whole thing here so you can reply and/or edit. =head1 Exception Handling for mod_perl Provided here are some guidelines for S exception handling for mod_perl usage, although the technique presented here applies to all of your perl program