in reply to Perl 64-bit...

Run perl -V. It will list all the compile-time options. In particular, look for use64bitint and use64bitall.

If you want to recompile perl to make it 64 bit, download the source distribution from CPAN, unpack it, run configure and answer the questions it asks you. Then run make and make install.

Simple :-)