I am new to Perl so sorry for the simple question.
I have a Perl script that produces 7 csv files. All these files have 8 common column headings.
The file names will be constant, each file only has 8 columns and there will always be data in each value for each column.
The file size for each is never bigger than 400k.
I would like to combine these csv files into one file using Perl. The output will have the same column heading and data from all the 7 files.