Re: RFC 96 (v1) A Base Class for Exception Objects
[email protected] (iain truskett) Sat, 12 Aug 2000 18:55:29 +1000
| Newsgroups | perl.perl6.language.flow |
|---|---|
| Message-ID | <[email protected]> |
* Perl6 RFC Librarian ([email protected]) [12 Aug 2000 18:44]: > tag > severity > message > debug > file > line > object > sysmsg You'll need something for backtraces, if you're going to have 'file' and 'line'. One needs to know what route the program took to get to that file and line. Maybe a 'trace' variable that's a list of file => line pairs? cheers, -- iain truskett, aka Koschei. <http://eh.org/~koschei/> Q: How do I block warnings? A: The simplest way is to do: close STDERR; -- perliaq.