I have a perl script where I am writing a file using regular ascii mode, then I need to write anther file using binmode. This all workd fine. Now I want to open another file read it, and write it again (using ascii mode).
How do I change back to ascii mode once in binmode?
How do I change back to ascii mode once in binmode?