Branch: refs/heads/yves/replace_pr_18827
Home: https://github.com/Perl/perl5
Commit: 7f31151d45ec6660b61006be3d9bde2913da9e39
https://github.com/Perl/perl5/commit/7f31151d45ec6660b61006be3d9bde2913da9e39
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 of hash element, he struggled to get the patch right so I am
pushing this as a replacement.
The feedback from the PR #18827 discussion suggested including a brief
introduction to postfix notation so I added that as well as a reference
to the perlref manpage.