diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-11-03 08:17:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-11-03 08:17:52 +0000 |
commit | dae0da7a7864942562014a0bbbf2422b4f53fb1d (patch) | |
tree | 7658f3f7517b9278cc85696fad8cdda1e9ed78e5 /pod | |
parent | 1bd302c35844551fd34e5e06ed781699bcbecca9 (diff) | |
download | perl-dae0da7a7864942562014a0bbbf2422b4f53fb1d.tar.gz |
Document quads in pack.
p4raw-id: //depot/cfgperl@2186
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index e5b0e85a8b..df3487799a 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2500,6 +2500,12 @@ follows: (These 'shorts' and 'longs' are _exactly_ 16 bits and _exactly_ 32 bits, respectively.) + q A signed quad (64-bit) value. + Q An unsigned quad value. + (Available only if your system supports 64-bit integer values + _and_ if Perl has been compiled to support those. + Causes a fatal error otherwise.) + f A single-precision float in the native format. d A double-precision float in the native format. |