This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1d0e852
)
perldelta for b846c0c86e5
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 06:22:10 +0000
(23:22 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 06:22:10 +0000
(23:22 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
0fcaf03
..
86ea9a9
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-54,6
+54,11
@@
memory available.
The regular expression engine now supporst strings longer than 2**31
characters. [perl #112790, #116907]
The regular expression engine now supporst strings longer than 2**31
characters. [perl #112790, #116907]
+=head2 New slice syntax
+
+The new C<%hash{...}> and C<@array[...]> syntax returns a list of key/value
+(or index/value) pairs.
+
=head1 Security
XXX Any security-related notices go here. In particular, any security
=head1 Security
XXX Any security-related notices go here. In particular, any security