Mention the new pack tricks.
Jarkko Hietaniemi [Mon, 25 Feb 2002 14:35:19 +0000 (14:35 +0000)]
p4raw-id: //depot/perl@14866

pod/perldelta.pod

index f621c85..c34d434 100644 (file)
@@ -449,6 +449,16 @@ pop(), push(), shift(), splice(), unshift().
 
 =item *
 
+C<pack() / unpack()> now can group template letters with C<()> and then
+apply repetition/count modifiers on the groups.
+
+=item *
+
+C<pack() / unpack()> can now process the Perl internal numeric types:
+IVs, UVs, NVs-- and also long doubles, if supported by the platform.
+
+=item *
+
 C<pack('U0a*', ...)> can now be used to force a string to UTF8.
 
 =item *