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 b9a78e5 commit 63314e4Copy full SHA for 63314e4
pod/perlvar.pod
@@ -643,8 +643,8 @@ fact the above code is equivalent to
643
BEGIN { $n+=2 }
644
BEGIN { $n+=1 }
645
646
-which makes it obvious why a ${^MAX_EVAL_BEGIN_DEPTH} of 1 would not
647
-block this code.
+which makes it obvious why a ${^MAX_NESTED_EVAL_BEGIN_BLOCKS} of 1
+would not block this code.
648
649
Only C<BEGIN>'s executed inside of an C<eval> or C<require> (possibly via
650
C<use>) are affected.
0 commit comments