| 21 |
stack recursion. This gives a massive performance boost under BSD, but just |
stack recursion. This gives a massive performance boost under BSD, but just |
| 22 |
a small improvement under Linux. However, it saves one field in the frame |
a small improvement under Linux. However, it saves one field in the frame |
| 23 |
in all cases. |
in all cases. |
| 24 |
|
|
| 25 |
|
6. Added more features from the forthcoming Perl 5.10: |
| 26 |
|
|
| 27 |
|
(a) (?-n) (where n is a string of digits) is a relative subroutine or |
| 28 |
|
recursion call. It refers to the nth most recently opened parentheses. |
| 29 |
|
|
| 30 |
|
(b) (?+n) is also a relative subroutine call; it refers to the nth next |
| 31 |
|
to be opened parentheses. |
| 32 |
|
|
| 33 |
|
|
| 34 |
Version 7.1 24-Apr-07 |
Version 7.1 24-Apr-07 |