Re: [perl #31937] perlop: add basic =~ examples
Steve Peters [Sat, 23 Oct 2004 08:01:51 +0000 (03:01 -0500)]
Message-Id: <200410230801.51649.steve@fisharerojo.org>

p4raw-id: //depot/perl@23420

pod/perlop.pod

index 17cf9a7..aa0e339 100644 (file)
@@ -219,7 +219,8 @@ pattern, substitution, or transliteration.  The left argument is what is
 supposed to be searched, substituted, or transliterated instead of the default
 $_.  When used in scalar context, the return value generally indicates the
 success of the operation.  Behavior in list context depends on the particular
-operator.  See L</"Regexp Quote-Like Operators"> for details.
+operator.  See L</"Regexp Quote-Like Operators"> for details and 
+L<perlretut> for examples using these operators.
 
 If the right argument is an expression rather than a search pattern,
 substitution, or transliteration, it is interpreted as a search pattern at run