From: Martien Verbruggen Date: Fri, 6 Oct 2000 14:09:10 +0000 (+1100) Subject: [ID 20001005.006] Documentation -- description of qr// X-Git-Tag: accepted/trunk/20130322.191538~33781 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a13595b5281fdbbbab355732a452b568bedb399e;p=platform%2Fupstream%2Fperl.git [ID 20001005.006] Documentation -- description of qr// Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au> p4raw-id: //depot/perl@7517 --- diff --git a/pod/perlop.pod b/pod/perlop.pod index e97a25b..a4b57b8 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 operators quotes (and possiby 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