diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2002-03-28 05:36:03 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-28 16:23:41 +0000 |
commit | 64e578a2028c106ba475fea230ca8011441e4bed (patch) | |
tree | e4958738c170e7c97e64f974a409953f77e3aa41 /pod/perldiag.pod | |
parent | 52ea3e69a0eb35af2d24bda5dabccf9b9600bfe4 (diff) | |
download | perl-64e578a2028c106ba475fea230ca8011441e4bed.tar.gz |
warning at use of /c modifier with s///
Message-ID: <20020328153603.11992.qmail@plover.com>
p4raw-id: //depot/perl@15586
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 60b67c9da8..35f26c4793 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3985,6 +3985,11 @@ returns no useful value. See L<perlmod>. (D deprecated) You are now encouraged to use the explicitly quoted form if you wish to use an empty line as the terminator of the here-document. +=item Use of /c modifier is meaningless in s/// + +(W regexp) You used the /c modifier in a substitution. The /c +modifier is not presently meaningful in substitutions. + =item Use of /c modifier is meaningless without /g (W regexp) You used the /c modifier with a regex operand, but didn't |