diff options
author | Martien Verbruggen <mgjv@comdyn.com.au> | 2000-10-07 01:09:10 +1100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-01 18:41:59 +0000 |
commit | a13595b5281fdbbbab355732a452b568bedb399e (patch) | |
tree | 2f20919c88f3eaf65f3344d9ac655c7ad8df132f /pod | |
parent | b73a15ae73f7f71da9a3815a2de5baed524d5e64 (diff) | |
download | perl-a13595b5281fdbbbab355732a452b568bedb399e.tar.gz |
[ID 20001005.006] Documentation -- description of qr//
Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
p4raw-id: //depot/perl@7517
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlop.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index e97a25bc9b..a4b57b8a24 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -951,7 +951,7 @@ A double-quoted, interpolated string. =item qr/STRING/imosx -This operators quotes--and compiles--its I<STRING> as a regular +This operators quotes (and possiby compiles) its I<STRING> as a regular expression. I<STRING> is interpolated the same way as I<PATTERN> in C<m/PATTERN/>. If "'" is used as the delimiter, no interpolation is done. Returns a Perl value which may be used instead of the |