http://www.perlmonks.org?node_id=950037


in reply to Re^3: split function
in thread split function

Thanks all. I think the problem is happened on the readline. After I add the line before the split

 print "Line just read is $_\n";

the output is

Line just read is 1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;

Line just read is 21;22;23;24;25;26;27;28;29;30;31;32;33;34;35;36

I also checked the lenght of each line is limited 51. Anyone would have clue?