Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
[p5sagit/p5-mst-13.2.git] / pod / perlrun.pod
index 2b63c6b..76f0e2d 100644 (file)
@@ -1061,7 +1061,7 @@ The command used to load the debugger code.  The default is:
 =item PERL5SHELL (specific to the Win32 port)
 
 May be set to an alternative shell that perl must use internally for
-executing "backtick" commands or system().  Default is C<cmd.exe /x/c>
+executing "backtick" commands or system().  Default is C<cmd.exe /x/d/c>
 on WindowsNT and C<command.com /c> on Windows95.  The value is considered
 to be space-separated.  Precede any character that needs to be protected
 (like a space or backslash) with a backslash.