From: Jarkko Hietaniemi Date: Mon, 25 Feb 2002 14:35:19 +0000 (+0000) Subject: Mention the new pack tricks. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7bac0307a23adcde68a7bec5cbf98aae7782430;p=p5sagit%2Fp5-mst-13.2.git Mention the new pack tricks. p4raw-id: //depot/perl@14866 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f621c85..c34d434 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -449,6 +449,16 @@ pop(), push(), shift(), splice(), unshift(). =item * +C now can group template letters with C<()> and then +apply repetition/count modifiers on the groups. + +=item * + +C can now process the Perl internal numeric types: +IVs, UVs, NVs-- and also long doubles, if supported by the platform. + +=item * + C can now be used to force a string to UTF8. =item *