Branch: refs/heads/yves/replace_pr_18827
Home: https://github.com/Perl/perl5
Commit: 9fc0292ff9268324cc03df72973f402e4fe8fd65
https://github.com/Perl/perl5/commit/9fc0292ff9268324cc03df72973f402e4fe8fd65
Author: Yves Orton <[email protected]>
Date: 2022-03-12 (Sat, 12 Mar 2022)
Changed paths:
M pod/perldata.pod
Log Message:
-----------
Add documentation on slices on an array or hash element
In PR #18827 Dan Jacobson requested we provide examples for slices on an
array element or hash element, he struggled to get the patch right so I
am pushing this as a replacement.
The feedback to PR #18827 suggested including a brief introduction to
postfix notation so I added that as well as a reference to the
perlref manpage.