in reply to Re: delete redundant data
in thread delete redundant data

Thank you. I already read my data as paragraph by putting
$/ = " ";
which is sort of dumb but it works.

thanks for pointing out the regex and presenting a different way than roboticus to use hash.