R
Ronny
I'm using ActiveState Perl 5.10.0 for Windows, and wanted to use
IPC::Cmd for running external programs. To my surprise, I found
IPC::Cmd->can_capture_buffer
returning false, meaning that I can't use it to capture the output of
the programs. Also, I found
IPC::Cmd->can_use_ipc_run
returning false, but
IPC::Cmd->can_use_ipc_open3
returning true. Does anybody know about a Perl implementation for
Windows where these features are implemented? Can the
ActiveState implementation of IPC::Cmd be used for anything
useful at all under these circumstances?
Ronald
IPC::Cmd for running external programs. To my surprise, I found
IPC::Cmd->can_capture_buffer
returning false, meaning that I can't use it to capture the output of
the programs. Also, I found
IPC::Cmd->can_use_ipc_run
returning false, but
IPC::Cmd->can_use_ipc_open3
returning true. Does anybody know about a Perl implementation for
Windows where these features are implemented? Can the
ActiveState implementation of IPC::Cmd be used for anything
useful at all under these circumstances?
Ronald