From: Marcus Holland-Moritz Date: Tue, 22 Mar 2005 16:30:57 +0000 (+0000) Subject: Mention (un)?pack byte-order modifiers in perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2bbb3949e88673e7f0574ab70254a46d776242e9;p=p5sagit%2Fp5-mst-13.2.git Mention (un)?pack byte-order modifiers in perldelta p4raw-id: //depot/perl@24073 --- diff --git a/pod/perl592delta.pod b/pod/perl592delta.pod index 614cf4e..dd0404a 100644 --- a/pod/perl592delta.pod +++ b/pod/perl592delta.pod @@ -59,6 +59,13 @@ A new variable, ${^RE_DEBUG_FLAGS}, controls what debug flags are in effect for the regular expression engine when running under C. See L for details. +=head2 Byte-order modifiers for pack() and unpack() + +There are two new byte-order modifiers, C> (big-endian) and C> +(little-endian), that can be appended to most pack() and unpack() template +characters and groups to force a certain byte-order for that type or group. +See L and L for details. + =head1 Modules and Pragmata =head2 New modules