darkknight18
Programmer
I need help in reading and pasting two files.
File list 1 - list of files ex: d3jf_fh_xyz and so on
File list 2 - list of files ex: d3jf_fh_abc
each file has one line of numbers separated by spaces. If the beginning part of the file name in list 1 matches file name in list 2 (i.e d3jf_fh), I want to paste the two lines into one output file for all files.
Since I am new to Perl, suggestions would be appreciated
File list 1 - list of files ex: d3jf_fh_xyz and so on
File list 2 - list of files ex: d3jf_fh_abc
each file has one line of numbers separated by spaces. If the beginning part of the file name in list 1 matches file name in list 2 (i.e d3jf_fh), I want to paste the two lines into one output file for all files.
Since I am new to Perl, suggestions would be appreciated