Wiggins has asked for the wisdom of the Perl Monks concerning the following question:
I am building an ISAM (Indexed Sequential Access Method) pair of data structures, and then 'storing' them to be reloaded and used during operations. The data portion is a hash keyed on integers, containing arrays of 3 elements. I would like to convert them , rather than stand up a 32-bit OS and a 64-bit OS and shuffle the code between them.
p.s. I use only core packages for portability.
It is always better to have seen your target for yourself, rather than depend upon someone else's description.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: convert 32-bit storables to 64-bit
by Corion (Patriarch) on Nov 06, 2014 at 14:02 UTC | |
by McA (Priest) on Nov 06, 2014 at 14:12 UTC | |
by Corion (Patriarch) on Nov 06, 2014 at 14:38 UTC | |
by Discipulus (Canon) on Nov 06, 2014 at 14:18 UTC | |
Re: convert 32-bit storables to 64-bit
by choroba (Cardinal) on Nov 06, 2014 at 14:01 UTC | |
by Wiggins (Hermit) on Nov 06, 2014 at 15:23 UTC | |
by Corion (Patriarch) on Nov 06, 2014 at 15:45 UTC | |
by ikegami (Patriarch) on Nov 06, 2014 at 16:00 UTC | |
Re: convert 32-bit storables to 64-bit
by Eily (Monsignor) on Nov 06, 2014 at 14:23 UTC |