We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50382c5 commit 0cfc6e5Copy full SHA for 0cfc6e5
doc/Language/5to6-perlvar.pod6
@@ -167,8 +167,11 @@ C<OLDPWD> is missing from Perl 6's %ENV.
167
168
=item $]
169
170
-The version of perl is returned by C<$*PERL.version>. For the beta this was
171
-"v6.b" with C<$*PERL> containing "Perl 6 (6.b)".
+The running version of Perl 6 is kept by C<$*PERL> special variable, that is an object.
+The running version is retrieved via C<$*PERL.version>, which returns something
172
+like C<v6.c>; the full stringified version of the Perl interpreter is obtained
173
+via C<$*PERL.Str>, which returns something like C<Perl 6 (6.c)>.
174
+
175
176
=item $SYSTEM_FD_MAX
177
0 commit comments