Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 0ae28ae7039bbab581835fee8504f9e1c653a2d5
https://github.com/Perl/perl5/commit/0ae28ae7039bbab581835fee8504f9e1c653a2d5
Author: Scott Baker <[email protected]>
Date: 2021-04-05 (Mon, 05 Apr 2021)
Changed paths:
M pod/perlfunc.pod
Log Message:
-----------
Simplify the split() documentation by removing the join()s from the examples
(#18676)
* Remove join() from split() examples as it confuses the concepts
split() is a very basic function, and the documentation should be
simple for novinces. The split() documentation contains a lot of join()
in the examples which only serve to muddle the concepts. This replaces
the join() in the example with output in comments
* Fix a double sentence per KHW