a tweaked version of:
Hugo van der Sanden [Fri, 12 Jun 1998 01:26:53 +0000 (03:26 +0200)]
Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
Subject: Re: Misparsing s///x

p4raw-id: //depot/perl@1121

pod/perlre.pod

index 8fb5820..da32f87 100644 (file)
@@ -61,7 +61,10 @@ just as in ordinary Perl code.  This also means that if you want real
 whitespace or C<#> characters in the pattern that you'll have to either
 escape them or encode them using octal or hex escapes.  Taken together,
 these features go a long way towards making Perl's regular expressions
-more readable.  See the C comment deletion code in L<perlop>.
+more readable.  Note that you have to be careful not to include the
+pattern delimiter in the comment--perl has no way of knowing you did
+not intend to close the pattern early.  See the C comment deletion code
+in L<perlop>.
 
 =head2 Regular Expressions