use Storable; store \%hash, '/tmp/hash'; my %newhash = %{retrieve('file')};