use Storable; store $hashref, $file; # oder store \%hash, $file; my $newhashref = retrieve $file;