On 8/19/05, Yiyi Hu <[EMAIL PROTECTED]> wrote:
> { a b c }.paris;
> This will cause pugs run, won't stop until reached the "world
> end".(out of memory)
Fixed.
> hmm,
>
> BTW, What should { a } return by default?
> an hash ref or An error?
Neither: a code block that exectues the (probably undefined) function
"a" with no arguments.
Luke
