http://qs1969.pair.com?node_id=351500


in reply to Coro on OSX (was Re: Re: Coroutines in Perl)
in thread Coroutines in Perl

Hmmm.... This appears to be a problem with your perl. I am running 10.3.3 with perl 5.8.3. If I use setjump/longjump, the tests run successfully (whether or not I enable context sharing). Does Apple's perl 5.8.1RC3 work?
  • Comment on Re: Coro on OSX (was Re: Re: Coroutines in Perl)

Replies are listed 'Best First'.
Re: Re: Coro on OSX (was Re: Re: Coroutines in Perl)
by nmcfarl (Pilgrim) on May 07, 2004 at 16:28 UTC

    Yep. Apple's perl 5.8.1RC3 works (setjump/longjump,context sharing). I'm happy, now I get to play.