File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Synopsis 4: Blocks and Statements
12
12
13
13
Created: 19 Aug 2004
14
14
15
- Last Modified: 13 Jun 2013
16
- Version: 125
15
+ Last Modified: 29 Jul 2013
16
+ Version: 126
17
17
18
18
This document summarizes Apocalypse 4, which covers the block and
19
19
statement syntax of Perl.
@@ -1456,6 +1456,9 @@ the closure as its topic:
1456
1456
1457
1457
our $h will enter { .rememberit() } will undo { .forgetit() };
1458
1458
1459
+ Only phasers that can occur multiple times within a block are eligible
1460
+ for this per-variable form.
1461
+
1459
1462
Apart from C<CATCH> and C<CONTROL>, which can only occur once, most
1460
1463
of these can occur multiple times within the block. So they aren't
1461
1464
really traits, exactly--they add themselves onto a list stored in the
You can’t perform that action at this time.
0 commit comments