in reply to reap fodder
and this will work under unix:#!/usr/bin/perl -p BEGIN {binmode STDOUT}
Or if you just want one script for both, you can combine the two. Or you can use sysread and syswrite to be more efficient :)#!/usr/bin/perl -p tr/\r//d;
|
|---|