Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: be3876fd2d2bf44510fd439c8a0b195d52b831bd
      
https://github.com/Perl/perl5/commit/be3876fd2d2bf44510fd439c8a0b195d52b831bd
  Author: Graham Knop <ha...@haarg.org>
  Date:   2024-04-17 (Wed, 17 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