in reply to Re^2: issue with LF & CRLF
in thread issue with LF & CRLF
sample data from ...
That is not a Dumper-ing of a raw file -- that doesn't preserve the magic bytes
Try perl -MData::Dump -MFile::Slurp -e " dd scalar read_file shift, { qw/ binmode :raw / }; " tenlinefile > tenlinefileasperl.pl
|
|---|