Branch: refs/heads/haarg/perlfunc-split-fix-limit-empty-match
  Home:   https://github.com/Perl/perl5
  Commit: b8784131837c0c2ee567673e011dabf214a96bff
      
https://github.com/Perl/perl5/commit/b8784131837c0c2ee567673e011dabf214a96bff
  Author: Graham Knop <ha...@haarg.org>
  Date:   2024-04-16 (Tue, 16 Apr 2024)

  Changed paths:
    M pod/perlfunc.pod

  Log Message:
  -----------
  perlfunc: fix split example with limit higher than number of splits

When calling split with a LIMIT higher than the number of possible
output fields, no extra fields will be produced. The previous example
trying to demonstrate this had an error because it used an empty match,
which meant a final empty string could be produced.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to