diff options
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 25dbd05a9b..abbfc50ca8 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1452,7 +1452,7 @@ and s/${^LAST_SUCCESSFUL_PATTERN}/BLAH/; } -are equivalent. +are equivalent. You can use this to debug which pattern matched last, or to match with it again. |