in reply to Re^8: Geo Package files
in thread Geo Package files
Might consider checking that as a sanity check that you are on 64 bit machine. I have no idea how to get Perl to do 64 bit floats on a 32 bit machine - but there is probably a way.use Config; # This should print 8 if on a 64 bit machine... print $Config{nvsize}, " float size in bytes\n";
|
|---|