P:\test>type test.pl #! perl -slw use strict; while( ) { chomp; print pack 'H*', $_; } __DATA__ 416c616e6f6e2c20426172740d 353539302f454c0d 2d2d2d2d0d 4f274c657769732c204a6f686e2e0d 2d2d2d2d2f2d2d2d202d2d0d 6a6f686e0d 4c65204d7563682c426f204a6f0d 333430362f313635204e530d 656440612e6e6c0d 4162652d4a656e2c204d61722d4a6f0d 333432312f31363444204e530d 63626573740d P:\test>test > test.txt P:\test>type test.txt Alanon, Bart 5590/EL ---- O'Lewis, John. ----/--- -- john Le Much,Bo Jo 3406/165 NS ed@a.nl Abe-Jen, Mar-Jo 3421/164D NS cbest P:\test>u:od -t x1 test.dat 0000000 41 6c 61 6e 6f 6e 2c 20 42 61 72 74 0d 0d 0a 35 0000020 35 39 30 2f 45 4c 0d 0d 0a 2d 2d 2d 2d 0d 0d 0a 0000040 4f 27 4c 65 77 69 73 2c 20 4a 6f 68 6e 2e 0d 0d 0000060 0a 2d 2d 2d 2d 2f 2d 2d 2d 20 2d 2d 0d 0d 0a 6a 0000100 6f 68 6e 0d 0d 0a 4c 65 20 4d 75 63 68 2c 42 6f 0000120 20 4a 6f 0d 0d 0a 33 34 30 36 2f 31 36 35 20 4e 0000140 53 0d 0d 0a 65 64 40 61 2e 6e 6c 0d 0d 0a 41 62 0000160 65 2d 4a 65 6e 2c 20 4d 61 72 2d 4a 6f 0d 0d 0a 0000200 33 34 32 31 2f 31 36 34 44 20 4e 53 0d 0d 0a 63 0000220 62 65 73 74 0d 0d 0a 0000227