I am trying to parse a txt file into arrays based on the first "column", but can't seem to quite figure out how to search through the files, find the same pattern, and push into an array.
Ex of file:
So, I would now want to push each line of 243_405 into @line1 , and 241_333 into @line2...
Any words of wisdom for this seeker?