Hello, I have a task at hand.
I have produced some data which is in spreadsheet format. It is some measurements from experiment - there are columns for minimum and maximum values taken from a test site. For example
I have created two .csv files one containing the min and one containing the max values, what would be a perl scirpt look like that would take a "cell1" from one .csv a "cell2" form another and produce a third one "cell1 - cell2"?