You nearly had it:
push @MainArray, [ split(//, $in) ]; [download]
In reply to Re: Parse txt file into array of array by hdb in thread Parse txt file into array of array by Dr Manhattan