in reply to Re^2: Newlines: reading files that were created on other platforms
in thread Newlines: reading files that were created on other platforms
open(FH, "<$file"); binmode(FH, ":crlf");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Newlines: reading files that were created on other platforms
by bass_warrior (Beadle) on Feb 02, 2005 at 15:27 UTC | |
by monkey_boy (Priest) on Feb 02, 2005 at 15:37 UTC | |
Re^4: Newlines: reading files that were created on other platforms
by dana (Monk) on Apr 12, 2007 at 22:07 UTC |