NAME
Acme::MyPeek - Peek into the internal number representation
SYNOPSIS
use Acme::MyPeek;
print "no of bits integers..: ", log(hi) / log(2), "\n";
print "no of bits floats ...: ", log(hd) / log(2), "\n";
print "last val.............: ", lv, "\n";
print "data type for int....: ", dt(3), "\n";
print "data type for float..: ", dt(3.1), "\n";
print "data type for char...: ", dt('z'), "\n";
AUTHOR
Klaus Eichner <klaus03@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009-2013 by Klaus Eichner
All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the artistic license 2.0, see http://www.opensource.org/licenses/artistic-license-2.0.php