in reply to Getting a funny newline that was not there before
but this morning I must have touched something by mistake
This is a good time to start looking in your version control system what changes you did this morning.
You don't have one? It's high time to start using one. It's quite easy, and really worth the (small) effort you have to put into it initially.
Anyway, I suspect that problem is that you undef $/ globally, so chomp($server) does not do what you expect it to.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Getting a funny newline that was not there before
by MikeDexter (Sexton) on Mar 25, 2010 at 18:51 UTC | |
by moritz (Cardinal) on Mar 25, 2010 at 19:00 UTC | |
by MikeDexter (Sexton) on Mar 25, 2010 at 19:26 UTC |