On Wed, Sep 23, 2009 at 3:52 PM, Yuval Kogman <nothingmuch@woobling.org> wrote: > op.c's looks_like_bool has a comment: > > /* Does this look like a boolean operation? For these purposes > a boolean operation is: > - a subroutine call [*] > ... > [*] possibly surprising > */ Considering this code harder, I'm not sure it should ever admit the concept of a boolean expression in when(). Perhaps if a person wants to write a boolean, they should write: when ( ... ) elsif ( ... ) JoshThread Previous | Thread Next