summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-03-06 12:34:52 -0700
committerKarl Williamson <khw@cpan.org>2017-03-06 13:01:02 -0700
commit9285d0daed3a4ad1a03bc559d0c5587ca4557352 (patch)
tree31f03b9638a195e70751831099fd1f21a7f990d9
parent66a1789272a647a045ed8eda3b49edbb86495fdd (diff)
downloadperl-9285d0daed3a4ad1a03bc559d0c5587ca4557352.tar.gz
PATCH: [perl #128302] Document split pat mods
-rw-r--r--pod/perlfunc.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index d0c568df0c..ae97bce829 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -7585,6 +7585,10 @@ If PATTERN is C</^/>, then it is treated as if it used the
L<multiline modifier|perlreref/OPERATORS> (C</^/m>), since it
isn't much use otherwise.
+C<E<sol>m> and any of the other pattern modifiers valid for C<qr>
+(summarized in L<perlop/qrE<sol>STRINGE<sol>msixpodualn>) may be
+specified explicitly.
+
As another special case,
L<C<split>|/split E<sol>PATTERNE<sol>,EXPR,LIMIT> emulates the default
behavior of the