in reply to Re^6: Fast(er) serialization in Perl
in thread Fast(er) serialization in Perl
BTW: do you use this hash data read-only?
if not, you should care about simultaneous calls of your script.
And if your only accessing a relatively "small" number of entries, better chose one of the flat-file DB solutions mentioned above.