use Storable; store \%hash, 'filename'; $hashref = retrieve('filename');