in reply to Re^2: Is this possible
in thread Is this possible
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.print join("\t", "NAME", @files), "\n";
|
|---|