in reply to Re^3: Trash in my prints
in thread Trash in my prints

Really? *My* perl doesn't go adding nonsense onto the end of my print()s unless I tell it to:
$ perl -e 'print "foo"'|hexdump -C 00000000 66 6f 6f ... |foo| 00000003
binmode() makes no difference.

Replies are listed 'Best First'.
Re^5: Trash in my prints
by Anonymous Monk on Aug 22, 2011 at 13:10 UTC

      I was responding to "print() in mod_perl adds a trailing newline. Try using binmode with the filehandle".

      The only revision I'll make is to add "if that's true, then ..." at the beginning.

        I was responding to "print() in mod_perl adds a trailing newline. Try using binmode with the filehandle".

        Yes, you were responding to nonsense

        The only revision I'll make is to add "if that's true, then ..." at the beginning.

        Classy