Convert Windows text file to UNIX format without dos2unix
Answer:
As explained in this post, conversion using dos2unix is needed to convert file edited from Windows platform.
However, a simple command also can do the same job
# cat input.pl | col -b > output.pl