in reply to Re^2: why IPC::Open3 can't execute MS-DOS "dir" command?
in thread why IPC::Open3 can't execute MS-DOS "dir" command?

Curious, is that documented somewhere?

system mentions usage of the shell only for the case when there is a shell meta character in the command.

perlport mentions that there might be commands which are invokable but don't exists as files, but doesn't mention that perl makes extra effort to makes them invocable.

  • Comment on Re^3: why IPC::Open3 can't execute MS-DOS "dir" command?

Replies are listed 'Best First'.
Re^4: why IPC::Open3 can't execute MS-DOS "dir" command?
by ikegami (Patriarch) on Dec 04, 2009 at 16:10 UTC
    Probably not.