in reply to Re^2: Is this possible
in thread Is this possible

Are you sure you have this line entered correctly?
print join("\t", "NAME", @files), "\n";
That's the code responsible for printing the header line, so that's where I'd look. This will print tab characters in between each file name. What you are seeing might be an artifact of your text editor or the way your are viewing the file.