
The Split() Trap: Why Perl Was Eating My Empty Fields
I was working on a data-matching project. One organisation sending data to match against another. Standard stuff: plain text, fields separated by a delimiter (tab, in this case). I reached for Perl’s split function to break each line into an…




