in reply to How to pass data as STDIN to Capture::Tiny

Try IPC::Run3 instead, it runs external commands, captures STDOUT and STDERR, and allows feeding the commands STDIN.
  • Comment on Re: How to pass data as STDIN to Capture::Tiny