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 241ab68 commit b9434b1Copy full SHA for b9434b1
doc/Language/5to6-perlvar.pod
@@ -211,8 +211,8 @@ This is somewhat unclear. It probably depends on what you mean by "the name of
211
the operating system" as S28 has three different suggestions, all of which
212
give different answers. On my OS X machine at this time...
213
214
-C<$*KERNEL> gives "darwin (14.3.0)"
215
-C<$*DISTRO> gives "macosx (10.10.3)"
+ C<$*KERNEL> gives "darwin (14.3.0)"
+ C<$*DISTRO> gives "macosx (10.10.3)"
216
217
Using C<.version> on either of those will give you just the version
218
number. C<.name> gives the kernel or distro name. Those objects contain
0 commit comments