Acme-MyPeek Version 0.04 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"; INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Acme::MyPeek You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-MyPeek AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Acme-MyPeek CPAN Ratings http://cpanratings.perl.org/d/Acme-MyPeek Search CPAN http://search.cpan.org/dist/Acme-MyPeek/ AUTHOR Klaus Eichner COPYRIGHT AND LICENSE Copyright (C) 2009-2011 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