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 6099c9b commit 5d2f09fCopy full SHA for 5d2f09f
intrpvar.h
@@ -375,15 +375,15 @@ Set by the L<perlfunc/exit> operator.
375
376
=back
377
378
+On threaded perls, each thread has an independent copy of this variable;
379
+each initialized at creation time with the current value of the creating
380
+thread's copy.
381
+
382
=for apidoc Amnh||PERL_EXIT_EXPECTED
383
=for apidoc Amnh||PERL_EXIT_ABORT
384
=for apidoc Amnh||PERL_EXIT_DESTRUCT_END
385
=for apidoc Amnh||PERL_EXIT_WARN
386
-On threaded perls, each thread has an independent copy of this variable;
-each initialized at creation time with the current value of the creating
-thread's copy.
-
387
=cut
388
*/
389
0 commit comments