Have to resolve a problem within a text file
Inputfile:
1 line: Some text some 1234 \x0D\x0A
2 line: Some text \x0D
3 line: some 1234 \x0D\x0A (part of 2 line)
Reformatted File:
1 line: Some text some 1234 \x0D\x0A
2 line: Some text some 1234 \x0D\x0A
does somebody know to fix this?
I am working on a windows box with perl v5.6.0 from ActiveState
Inputfile:
1 line: Some text some 1234 \x0D\x0A
2 line: Some text \x0D
3 line: some 1234 \x0D\x0A (part of 2 line)
Reformatted File:
1 line: Some text some 1234 \x0D\x0A
2 line: Some text some 1234 \x0D\x0A
does somebody know to fix this?
I am working on a windows box with perl v5.6.0 from ActiveState