Hey there. I am just currently coming to terms with learning the perl programming software and am trying to write a program for my physics degree.
Within my program i wish to read two sets of data files and amalgomate them into one depending upon matching data. I belive it is only possible to open one file and read it into an array. Does anybody know how i can have both files open and then use the 'IF x == y' command to write this matching data into a new file.
Help for this new boy would be much appreciated.