I created some perl files that I have been running and testing on an NT box, but now I need to strip out the carriage returns for the scripts to run on Unix. Is there some simple command in Unix that will do this for me?
if ($answer eq "no") {
print "What should I do?"
}