F. Xavier Noria <[EMAIL PROTECTED]> wrote:

> Yeah, I was thinking in solutions of this kind
> 
>     # untested
>     $ perl -e 'eval q[my $foo = 0; sub {$foo}; die}] while 1'
> 
> Maybe "memory leak" has a broader sense than what I thought.  In fact,
> I believe I couldn't define what I mean precisely, to differentiate the
> memory leak of the code above (in case it leaks), and plain, explicit
> loops as in "push @foo, 0 while 1".

My interpretation was more like yours.  I was thinking of 
something like

    until(my$r){$r=\$r}

-- 
Keith C. Ivey <[EMAIL PROTECTED]>
Washington, DC

Reply via email to