diff options
author | John Peacock <jpeacock@rowman.com> | 2000-05-18 07:55:27 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-25 21:03:50 +0000 |
commit | 784707d55e15908335a8276d5ed4548baa321d1f (patch) | |
tree | f6d0c3be03e31678960cc7b9769a90f4a8fe1ef4 /pod/perldelta.pod | |
parent | ae21d580cc4565c4ab54286c723cd431c96dedeb (diff) | |
download | perl-784707d55e15908335a8276d5ed4548baa321d1f.tar.gz |
Zero-padded Numerics in Perl Format
Message-ID: <3924126F.A58BE57A@UnivPress.com>
p4raw-id: //depot/perl@7444
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 95dd6c5164..72a2904bca 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -109,6 +109,10 @@ functionality, see pack('U0', ...) and pack('C0', ...). =item * +Formats now support zero-padded decimal fields. + +=item * + C<perl -d:Module=arg,arg,arg> now works (previously one couldn't pass in multiple arguments.) |