in reply to Re: deprecated split ??
in thread deprecated split ??

Since when the heck has the return value of the code inside of a map been scalar context?
[me@host]$ perl -le 'sub x {print "yup" if wantarray} @y = map { x() } + (1,2);' yup yup [me@host]$
Oops. I saw the darn semicolon a half-second after submitting. D'oh.
------------ :Wq Not an editor command: Wq