Branch: refs/heads/yves/replace_pr_18827
Home: https://github.com/Perl/perl5
Commit: 84f9e6cd403df022fe6f43c419be36b70bb6d026
https://github.com/Perl/perl5/commit/84f9e6cd403df022fe6f43c419be36b70bb6d026
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 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.