[ID 20001005.006] Documentation -- description of qr//
authorMartien Verbruggen <mgjv@comdyn.com.au>
Fri, 6 Oct 2000 14:09:10 +0000 (01:09 +1100)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 1 Nov 2000 18:41:59 +0000 (18:41 +0000)
Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>

p4raw-id: //depot/perl@7517

pod/perlop.pod

index e97a25b..a4b57b8 100644 (file)
@@ -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