I am trying to redirect the stdout output of a program_runs call to a file. The documentation states that I can assign the target filename to the stdout option. When I am doing that I am getting
Can't use string (...) as a SCALAR ref while "strict refs" in use at .../Test/Script.pm line 217.
Looking roughly at the source code shows no indication that this important feature is implemented. Could you please check.