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 b65d270 commit 0643bb9Copy full SHA for 0643bb9
pod/perlfunc.pod
@@ -11141,8 +11141,10 @@ documented in L<perlsyn/"Switch Statements">.
11141
11142
=item finally
11143
11144
-These flow-control keywords related to the experimental C<try> feature are
11145
-documented in L<perlsyn/"Try Catch Exception Handling">.
+These flow-control keywords related to the C<try> feature are
+documented in L<perlsyn/"Try Catch Exception Handling">. C<finally> is still
11146
+deemed to be experimental; C<try> and C<catch> are considered non-experimental
11147
+as of perl-5.40.
11148
11149
=back
11150
0 commit comments