Author: carlin Date: 2009-10-12 03:19:18 +0200 (Mon, 12 Oct 2009) New Revision: 28769
Modified: docs/Perl6/Spec/S16-io.pod Log: [Spec/S16-io.pod] Use Z<> to escape %*ENV<PATH>. Accidentally commited the last change. carlin-- Modified: docs/Perl6/Spec/S16-io.pod =================================================================== --- docs/Perl6/Spec/S16-io.pod 2009-10-12 01:15:43 UTC (rev 28768) +++ docs/Perl6/Spec/S16-io.pod 2009-10-12 01:19:18 UTC (rev 28769) @@ -188,7 +188,7 @@ * It can only be assigned an absolute path; if you want to make relative changes, use the Array interface -$*CWD is specific to the current thread, unlike C<< %*ENV<PATH> >> or the +$*CWD is specific to the current thread, unlike C<< %*ENVZ<><PATH> >> or the native getcwd/chdir path, which are both usually process-wide. The variable is used in at least these cases: