X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlop.pod;h=69c8c69337cda3be8c2b36c08c074b59763df127;hb=322edccd6da7b0afb2e0db52c07695cbca6754c9;hp=e97a25bc9b9aea3b879557c41a12159918611c1e;hpb=2a380090627f0ffa242f982195676354d1a2db22;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlop.pod b/pod/perlop.pod index e97a25b..69c8c69 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 as a regular +This operator quotes (and possibly compiles) its I as a regular expression. I is interpolated the same way as I in C. If "'" is used as the delimiter, no interpolation is done. Returns a Perl value which may be used instead of the