in reply to How do you create a tab delimited txt file from two files?

elef:

For elegant and efficient, I'd go with (on a *NIX box):

paste file1 file2

In perl, I'd use the code in Re: parallel reading.

...roboticus