http://qs321.pair.com?node_id=1159131


in reply to Access and modify specific element of tab delimited .txt file

If you literally only need to create first entry, don't split?

perl -pe 'BEGIN { print "ID"; }' /tmp/test.dat

Good Day,
    Dean