I have a set of lines in a file and each line have several strings seperated by ","
.
How can I split the string based on the delimiter and store the results in a multidimensional array where the first index is the row number in the input file and the second is the column number?