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.
Any
Nil
1 parent bb8e1eb commit 1a9df19Copy full SHA for 1a9df19
doc/Language/variables.pod6
@@ -1124,7 +1124,7 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>
1124
------------------+--------------------------------------------
1125
$*HOME | An L<IO::Path> object representing the "home directory"
1126
| of the user that is running the program. If the
1127
- | "home directory" cannot be determined it will be L<Nil>
+ | "home directory" cannot be determined it will be L<Any>
1128
1129
$*SPEC | The appropriate L<IO::Spec> sub-class for the platform that
1130
| the program is running on. For OS-specific code, simply use smartmatch:
0 commit comments