in reply to Re^7: Splitting in while loop
in thread Splitting in while loop
Good point Ken. Thanks for bringing this to my attention.
The 2nd bit of code was meant to be I meant to contain
while (@_ = split(/[, ]+/, <DATA>))
as per jwkrahn's claim of equivalence that I was responding to.
I've updated that post now, thanks.