#!/usr/bin/perl -wpi # # Strip DOS style line endings # # @(#) $Id: dos2unix.pl,v 1.1 2001/08/20 22:54:00 dom Exp $ # s/\r*$//;