Re: bug in pugs.

2005-08-19 Thread Luke Palmer
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 undef

bug in pugs.

2005-08-19 Thread Yiyi Hu
{ a b c }.paris; This will cause pugs run, won't stop until reached the "world end".(out of memory) hmm, BTW, What should { a } return by default? an hash ref or An error?