in reply to Re: Re^5: map-like hash iterator
in thread map-like hash iterator

die works just fine.
But how do you return the result then? Anyway.. :)

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re^7: map-like hash iterator
by jdporter (Paladin) on Nov 07, 2002 at 12:24 UTC
    die can take a reference as its argument.

    But, still, I wasn't really pushing that solution. I think the first one I gave is still preferable.