* Eirik Berg Hanssen <Eirik-Berg.Hanssen@allverden.no> [2012-01-03T11:51:01] > Defined imposes scalar context, and list assignment in scalar context > "returns the number of elements produced by the expression on the right > hand side of the assignment." C<defined> does not really impose scalar context as usually understood. For example, defined(&foo) does not call foo in scalar context. It is its own thing, which is, basically, the problem. -- rjbsThread Previous | Thread Next