http://www.perlmonks.org?node_id=1000238


in reply to Reading tab/whitespace delimited text file

So what did you try?

What about always reading 3 lines, and building a hash which assigns the values in the second line to the keys in the first?

What did fail?

If its just about decomposing did you try split /\t/, $line ?

Cheers Rolf