Author: cosmicnet Date: 2009-04-18 19:13:29 +0200 (Sat, 18 Apr 2009) New Revision: 26262
Modified: docs/Perl6/Spec/S28-special-names.pod Log: added spec for $*CWD Modified: docs/Perl6/Spec/S28-special-names.pod =================================================================== --- docs/Perl6/Spec/S28-special-names.pod 2009-04-18 15:21:18 UTC (rev 26261) +++ docs/Perl6/Spec/S28-special-names.pod 2009-04-18 17:13:29 UTC (rev 26262) @@ -7,8 +7,9 @@ Author: Larry Wall <la...@wall.org> Maintainer: Larry Wall <la...@wall.org> Contributions: Tim Nelson <wayl...@wayland.id.au> + Lyle Hopkins <webmas...@cosmicperl.com> Date: 23 Feb 2009, created by Tim Nelson from miscellaneous documents lying around - Last Modified: 25 Feb 2009 + Last Modified: 19 Apr 2009 Version: 5 =head1 Special Variables @@ -76,6 +77,7 @@ $?CLASS S02 Class # current class @=COMMENT (S26) # All the comment blocks in the file %?CONFIG Hash of XXX # configuration hash XXX What does this do? + $*CWD Str # current working directory $=DATA (S26) IO # data block handle (=begin DATA ... =end) @=DATA (S26) Array # Same as above, but array %?DEEPMAGIC S13 Hash of XXX # Controls the mappings of magical names to sub definitions