in reply to Re^2: dos2unix line endings on Windows
in thread dos2unix line endings on Windows

I think when you run this file in an open CMD session, the PERLIO will remain set after batch file execution.

Correct. So if it was PERLIO=foo before your batch file ran, you changed it to PERLIO=.

I usually try to return things to their original state, that's why I did it.

Except it didn't return it to its original state. The change I made returns it to its original state.

Replies are listed 'Best First'.
Re^4: dos2unix line endings on Windows
by flamey (Scribe) on Feb 11, 2010 at 19:17 UTC
    i didn't notice setlocal. i'll correct my original post. tnx