X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldelta.pod;h=d3fbae5b87b232c2dc1eb3ea07fdf2d286a6b256;hb=0a92e3a8032b83483524fad83a5e76cf0cf6aa8d;hp=d1f0261cc4e750687107593503b1bbadd3c11eb9;hpb=4fe4fdb337db1a2f3fda2afa004e8f6cb3994fcd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d1f0261..d3fbae5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -251,9 +251,9 @@ has been seen. =head2 New C operator The C operator, which is syntactically similar to the other quote-like -operators, is used to create compiled regular expressions. This compiled +operators, is used to create precompiled regular expressions. This compiled form can now be explicitly passed around in variables, and interpolated in -other regular expressions. See L and L. +other regular expressions. See L. =head2 C is now a reserved word @@ -266,6 +266,17 @@ See L. Several missing hooks have been added. There is also a new base class for TIEARRAY implementations. See L. +=head2 4th argument to substr + +substr() can now both return and replace in one operation. The optional +4th argument is the replacement string. See L. + +=head2 Negative LENGTH argument to splice + +Splice() with a negative LENGTH argument now work similar to what the +LENGTH did for substr(). Previously a negative LENGTH was treated as +0. See L. + =head1 Supported Platforms