Hi..
Is there a way to split by character in perl?
As example I read a file and its contain a lots of data in one line of the input file. Then how could I captured the data based on data length (128) ?. As example record 1 will be 0-128, record 2 will be 129-256 as next and etc... Is there a way to do this?