I am newbie to perl, I would like to write a perl script to read in multiple text files and look for string and copy the line containing string to an spreadsheet.
Ex: I want to open file csv.txt and look for string "Color" in each line and copy the line to a spread sheet
Color: Name any color
From this line I want to copy Name any color to spreadsheet.
Thanks