$hash{entry} = "will get lost"; $hash{entry} = "this will replace it"; print $hash{entry};