in reply to Pure Perl tail call optimization

elsif (!ref($cont)) { return $self->{value} if $cont = 'return'; $self->$cont(); }
Did you mean "if $cont eq 'return';"? That makes more sense, but it's entirely likely I could be missing something.

Replies are listed 'Best First'.
Re: Re: Pure Perl tail call optimization
by pdcawley (Hermit) on Apr 24, 2002 at 14:44 UTC
    Gah! You are, of course, correct. It's fixed now.