http://qs321.pair.com?node_id=11111369


in reply to Re: Possible precedence issue with control flow operator
in thread Possible precedence issue with control flow operator

There's a third way: Parens can be used to override precedence.

return ( something() or croak "Times are a'croaking" );