in reply to General tips for Unix to Windows script migration?
and everything works just dandy. Where as if you run the same code with say ActiveState, you will actually get an extra \r\n at the end of your print statement. So from a formatting perspective, keep that in mind...I am sure there is probably a way to get around it, but I am lazy, so I just change it toprint "Hello\n";
and it works the same. Just something to keep in mind! later krazkenprint "Hello";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: General tips for Unix to Windows script migration?
by Fastolfe (Vicar) on Jun 27, 2002 at 19:38 UTC |