in reply to Get output after running IPC::Run

is there any way to get all the output generated by the C program regardless of the ending newline character

you could use IPC::Open3 and use sysread.... are you stuck using IPC::Run?.... see IPC::Run3 example for a different module example

...you are not stuck with IPC::Run.... there may be a better module for your purpose.... see IPC3 buffer limit problem too


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku