NAME
Devel::PeekPoke::Constants - Some convenience constants based on your machine
DESRIPTION
This module provides some convenience constants based on your machine. It provides the following constants (exportable on request)
PTR_SIZE
The size of your pointer, equivalent to $Config::ptr_size.
PTR_PACK_TYPE
The pack template type suitable for "PTR_SIZE" pointers. Either L
(32 bit) or Q
(64 bit).
BIG_ENDIAN
An indicator whether your system is big-endian (constant is set to 1
) or little-endian (constant is set to 0
).
COPYRIGHT
See "COPYRIGHT" in Devel::PeekPoke.