diff options
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 3698c1f22d..7eaf69accb 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -95,7 +95,7 @@ C<rindex>, C<sprintf>, C<substr>, C<tr///>, C<uc>, C<ucfirst>, C<y>/// =item Regular expressions and pattern matching -C<m>//, C<pos>, C<quotemeta>, C<s>///, C<split>, C<study> +C<m>//, C<pos>, C<quotemeta>, C<s>///, C<split>, C<study>, C<qr//> =item Numeric functions @@ -2618,6 +2618,8 @@ but is more efficient. Returns the new number of elements in the array. =item qq/STRING/ +=item qr/STRING/ + =item qx/STRING/ =item qw/STRING/ |