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 29f9b25 commit 63fa213Copy full SHA for 63fa213
doc/Language/pragmas.pod6
@@ -115,7 +115,11 @@ before using them. You can relax this restriction with C<no>.
115
=for code
116
no strict; $x = 42; # OK
117
118
-=item X<B<trace>|trace> [TBD]
+=item X<B<trace>|trace>
119
+
120
+When C<use trace> is activated, any line of code executing will be written to
121
+STDERR. You can use C<no trace> to switch off the feature, so this only happens
122
+for certain sections of code.
123
124
=item X<B<v6>|v6> L<Writing Tests|/language/testing#Writing_tests>
125
0 commit comments