Re: RFC 119 (v1) object neutral error handling via exceptions

2000-08-16 Thread Peter Scott
At 08:23 PM 8/16/00 +, Perl6 RFC Librarian wrote: >=head3 Scoping problems > >Let's presume the example often cited, of wishing to close a file >handle during the unwind, here's some C++ for that: > > FILE *handle; > try { > handle = fopen ( ... ); > ... > } > catch ( .

RFC 119 (v1) object neutral error handling via exceptions

2000-08-16 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE object neutral error handling via exceptions =head1 VERSION Maintainer: Glenn Linderman <[EMAIL PROTECTED]> Date: 16 Aug 2000 Version: 1 Mailing List: [EMAIL PROTECTED] Number: 119 =head1 ABSTRAC