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.
try blocks
1 parent f84f624 commit eea7e8dCopy full SHA for eea7e8d
doc/Language/exceptions.pod6
@@ -127,7 +127,7 @@ A C<try> block is a normal block with the
127
L<C<use fatal> pragma|/language/pragmas#index-entry-fatal-fatal>
128
turned on and an implicit C<CATCH> block that drops the exception, which
129
means you can use it to contain them. If the exception is caught, then it's
130
-stored inside the C<$!> variable whose value is of the C<Exception> type.
+stored inside the C<$!> variable which holds a value of type C<Exception>.
131
132
=begin code
133
{
0 commit comments