in reply to Re: Passing an in memory scalar to an external command as an argument
in thread Passing an in memory scalar to an external command as an argument

IIRC you'll better play safe and use binmode and/or :raw when passing binary content.

see PerlIO

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re^2: Passing an in memory scalar to an external command as an argument
  • Download Code

Replies are listed 'Best First'.
Re^3: Passing an in memory scalar to an external command as an argument
by Rodster001 (Pilgrim) on Apr 08, 2015 at 19:10 UTC
    Thank you, BINMODE added to fh PLAY