My users are will be uploading a file from unix. I'm trying to save a step by formatting the file while in unix so they don't have to format it with "perl -p -e 's/\r/\r\n/' < $infile > $dosfile" The resulting file after copied to windows did not have a readable format. Is this a process that can only be done after the file