- or download this
use strict;
use warnings;
...
my $valref = retrieve($file);
print "$val $$valref\n";
- or download this
use strict;
use warnings;
...
my $r = retrieve($file);
print $$r, "\n";
- or download this
Retrieving store.ubu
Long integer size is not compatible at C:/_64/perl522_492/lib/Storable
+.pm line 383, at retrieve.pl line 9.
- or download this
if ((int) *current++ != sizeof(long))
to
if ((int) *current++ != sizeof(IV))
- or download this
Retrieving store.ubu
12345678