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

nah, system tries to use cmd /c if it doesn't work without.
  • Comment on Re^2: why IPC::Open3 can't execute MS-DOS "dir" command?

Replies are listed 'Best First'.
Re^3: why IPC::Open3 can't execute MS-DOS "dir" command?
by moritz (Cardinal) on Dec 04, 2009 at 13:21 UTC
    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.

      Probably not.