in reply to Re: Getting a funny newline that was not there before
in thread Getting a funny newline that was not there before

Thank you. So should I change the code to local $/ = undef;

Replies are listed 'Best First'.
Re^3: Getting a funny newline that was not there before
by moritz (Cardinal) on Mar 25, 2010 at 19:00 UTC
    And get a version control system, and actually use it. That's much more important in the long run. See for example this introduction for a free version control system with little installation effort.
    Perl 6 - links to (nearly) everything that is Perl 6.

      Thank you. That worked like a charm. I will look into the version control too