This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bdacce
)
split doc clarification
author
Yitzchak Scott-Thoennes
<sthoenna@efn.org>
Wed, 14 Jul 2004 10:19:36 +0000
(
03:19
-0700)
committer
Nicholas Clark
<nick@ccl4.org>
Wed, 14 Jul 2004 17:44:08 +0000
(17:44 +0000)
Message-Id: <
20040714171936
.GA1092@efn.org>
p4raw-id: //depot/perl@23107
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
b918cac
..
ed4077a
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-4986,7
+4986,7
@@
Example, assuming array lengths are passed before arrays:
Splits the string EXPR into a list of strings and returns that list. By
default, empty leading fields are preserved, and empty trailing ones are
-deleted.
+deleted.
(If all fields are empty, they are considered to be trailing.)
In scalar context, returns the number of fields found and splits into
the C<@_> array. Use of split in scalar context is deprecated, however,