in reply to Re: Re: Re: Another dos to unix questionin thread Another dos to unix question
sub dos2unix { system perl => '-i', '-pe' => 'tr/\x0D//d' @_ } [download]
Abigail