diff options
author | Graham Barr <gbarr@pobox.com> | 1998-07-12 14:57:47 -0500 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-13 02:44:30 +0000 |
commit | 266ae17a0e56be162b3fc33c72c6b1f34954c91b (patch) | |
tree | 5014b290517414faa6839abd622ed81e17116829 /pod | |
parent | d40ddcb772f1f922fef72971494d72b2aa452644 (diff) | |
download | perl-266ae17a0e56be162b3fc33c72c6b1f34954c91b.tar.gz |
added patch, tweaked PERL_OBJECT things
Message-Id: <19980712195747.C493@pobox.com>
Subject: [ PATCH perl5.004_72] patch to add qr//
p4raw-id: //depot/perl@1461
Diffstat (limited to '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/ |