On Tue, Nov 07, 2006 at 11:43:49AM -0500, Greg London wrote: > Anyway, I think I need a unix2dos script that will just fix the unix > newlines without modifying the dos newlines.
Well, a workaround is to make everything unix, then run unix2dos: perl -i -p -e 's/\r//' script.pl unix2dos script.pl -- Dan Boger [EMAIL PROTECTED] _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

