summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2003-05-26 16:33:53 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-28 05:26:43 +0000
commit7b24c8f3b02202da900623391393234a869d1b34 (patch)
tree2880462f6c4cf944ca5b2091503df8ac1e9c5fdd /pod/perlrun.pod
parente42fa77b579283ff48061baf2c5174858a85329a (diff)
downloadperl-7b24c8f3b02202da900623391393234a869d1b34.tar.gz
Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com> p4raw-id: //depot/perl@19628
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 2b63c6b056..76f0e2d5fc 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -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.