in reply to convert 32-bit storables to 64-bit

p.s. I use only core packages for portability.
Data::Dumper then? For portability, I'd use YAML or JSON (or even Sereal), so it seems, core ≠ portability.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^2: convert 32-bit storables to 64-bit
by Wiggins (Hermit) on Nov 06, 2014 at 15:23 UTC
    My meaning of 'portable' is that my code runs on any system that has a basic Perl install, without having to know how to install Perl packages.

    It is always better to have seen your target for yourself, rather than depend upon someone else's description.

      So you want a one-liner?