Help for this page
while (split(/[, ]+/, <DATA>)) { print @_ }
#while (split(/[, ]+/, <DATA>)) # Edit: Sorry - ignore this while (@_ = split(/[, ]+/, <DATA>)) # Edit: I meant this { print @_ }
me@here.com those@there.comothers@there.com you@there.comthem@there.com