diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-02 17:49:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-02 17:49:09 +0000 |
commit | 322edccd6da7b0afb2e0db52c07695cbca6754c9 (patch) | |
tree | 27433961c5884edd1745769c12a8f4d9cbfcfaf9 /pod/perlop.pod | |
parent | 778e8f972dad7252816055b155a64294366d7232 (diff) | |
download | perl-322edccd6da7b0afb2e0db52c07695cbca6754c9.tar.gz |
Detpyo.
p4raw-id: //depot/perl@7528
Diffstat (limited to 'pod/perlop.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 a4b57b8a24..69c8c69337 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 possiby compiles) its I<STRING> as a regular +This operator quotes (and possibly 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 |