@@ -1530,7 +1530,7 @@ A comparison:
1530
1530
say $_ if /A/ ff /C/ for @list; # prints A, B, and C
1531
1531
say $_ if /A/ ^ff /C/ for @list; # prints B and C
1532
1532
1533
- The sed-like version can be found in L < C < ^fff > > .
1533
+ The sed-like version can be found in L < C < ^fff > |/routine/^fff > .
1534
1534
1535
1535
This operator cannot be overloaded, as it is handled specially by the compiler.
1536
1536
@@ -1560,7 +1560,7 @@ the stop or start condition (or both).
1560
1560
say $_ if /A/ ff /C/ for @list; # prints A, B, and C
1561
1561
say $_ if /A/ ^ff^ /C/ for @list; # prints B
1562
1562
1563
- The sed-like version can be found in L < C < ^fff^ > > .
1563
+ The sed-like version can be found in L < C < ^fff^ > |/routine/^fff^ > .
1564
1564
1565
1565
This operator cannot be overloaded, as it is handled specially by the compiler.
1566
1566
@@ -1596,7 +1596,7 @@ Like L<C<fff>>, except it does not return true for matches to the left argument.
1596
1596
say $_ if /A/ fff /C/ for @list; # prints A, B, and C
1597
1597
say $_ if /A/ ^fff /C/ for @list; # prints B and C
1598
1598
1599
- For the non-sed version, see L < C < ^ff > > .
1599
+ For the non-sed version, see L < C < ^ff > |/routine/^ff > .
1600
1600
1601
1601
This operator cannot be overloaded, as it is handled specially by the compiler.
1602
1602
@@ -1625,7 +1625,7 @@ right argument.
1625
1625
say $_ if /A/ fff /C/ for @list; # prints A, B, and C
1626
1626
say $_ if /A/ ^fff^ /C/ for @list; # prints B
1627
1627
1628
- For the non-sed version, see L < C < ^ff^ > > .
1628
+ For the non-sed version, see L < C < ^ff^ > |/routine/^ff^ > .
1629
1629
1630
1630
This operator cannot be overloaded, as it is handled specially by the compiler.
1631
1631
0 commit comments