- or download this
use Storable qw/thaw/;
use Data::Dump qw/dump/;
...
my $contents = join '', <$fh>;
dump thaw $contents;
- or download this
$contents = decode_utf8($contents);
- or download this
$ perl -v
...
...
$ perl -MStorable -le 'print Storable->VERSION'
2.20