in reply to IPC::Run::run and buffering
You're under the impression you need to increase the buffer size?
Try to write a program that triggers whatever problem you think you're encountering, like this program
my $cmd = $^X; my @args = ( qw' -l -e ', 'print $_ for 1 .. 10_000;' );
|
|---|