Help for this page
my @headers = split /\t/, <DATA>; while ( my $line = <DATA> ) { ... split /\t/, $line; # Do whatever it is you want to with this info... }