Subject: | Scrutinee expression is evaluated in list context |
Currently, the scrutinee expression is evaluated in list context. I think it would be better if it were evaluated in scalar context, since there is conceptually exactly one scrutinee value.
Apologies that I don't have a proposed patch to do this :-(