Re: Three questions

2003-02-10 Thread Kevin Reid
Jonathan Sillito <[EMAIL PROTECTED]> wrote: > > From: Kevin Reid [mailto:[EMAIL PROTECTED]] > >I've implemented what appears to be appropriate usage based on > > examination of t/pmc/sub.t and core_ops.pod, but it is not exhibiting > > proper closure behavior - all subs share the same state. >

RE: Three questions

2003-02-10 Thread Jonathan Sillito
> -Original Message- > From: Kevin Reid [mailto:[EMAIL PROTECTED]] > > 0. PDD 3 says: > > P1 >Holds the continuation for the caller, assuming this sub was > called with callcc. Otherwise NULL. > >and implies a similar possible absence for P2. How does one ensure > that