Re: Fatal/autodie exception hierarchies for Perl 5

2008-06-08 Thread Joshua ben Jore
On Sun, Jun 1, 2008 at 7:31 PM, Paul Fenwick <[EMAIL PROTECTED]> wrote: > Currently, when testing exceptions from autodie, we can use: > >given ($@) { >when (undef) { say "No errors here" } >when ('open') { say "Open died" } >when (':file')

Re: Lessons to learn from ithreads (was: threads?)

2010-12-05 Thread Joshua ben Jore
On Tue, Oct 12, 2010 at 3:46 PM, Tim Bunce wrote: > On Tue, Oct 12, 2010 at 03:42:00PM +0200, Leon Timmermans wrote: >> On Mon, Oct 11, 2010 at 12:32 AM, Ben Goldberg >> wrote: >> > If thread-unsafe subroutines are called, then something like ithreads >> > might be used. >> >> For the love of $D