# writing it out store( \%lc_hash, ... ); # reading it in my $lc_href = retrieve( ... ); bless $lc_href, 'Hash::Case::Lower';