use Storable; store \%table, 'file'; $hashref = retrieve('file'); #### my %host_info = %{retrieve('file')};