Here is the situation:
-I have 2 text files (.dat files), both containing headers.
-Let's call these files file1.dat and file2.dat.
-I need to merge these 2 files.
-I need to remove the header (first row) from one of the files so that the merged file will only have one header at the top.
Can this be done using a dos command? If not, how can I do this in Perl? Thanks in advance.
Start Free Trial