Skip to content

Commit

Permalink
Slight elaboration on the Array interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 19, 2013
1 parent 0567d88 commit 1b16c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S16-io.pod
Expand Up @@ -186,7 +186,7 @@ properties, mainly:

* It must check whether the path exists before changing its value
* It can only be assigned an absolute path; if you want to make relative
changes, use the Array interface
changes, use the Array interface with .push and .pop

$*CWD is specific to the current thread, unlike C<< %*ENVZ<><PATH> >> or the
native getcwd/chdir path, which are both usually process-wide.
Expand Down

0 comments on commit 1b16c7b

Please sign in to comment.