in reply to Re^2: Is there a way to open a memory file with binmode :raw?
in thread Is there a way to open a memory file with binmode :raw?

Sorry, I'm on Linux now. So do it the other way round: when printing to the scalar ref, set the binmode to :crlf.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^4: Is there a way to open a memory file with binmode :raw?
by stevieb (Canon) on Oct 09, 2015 at 21:08 UTC

    That definitely works, but why isn't it doing that by default while on a win32 system?

      That definitely works, but why isn't it doing that by default while on a win32 system?

      Because that isn't the default, as documented