how i store churned values perl crush table?
up until recently, i've storing churned values opposite hashes same keys follows:
%boss = (
"allan" => "george",
"bob" => "george",
"george" => "lisa" );
%status = (
"allan" => "contractor",
"bob" => "part-time",
"george" => "full-time" );
and following i anxiety $boss("bob") $status("bob") nonetheless gets massive there's lot properties any pivotal have i have worry retaining hashes sync.
is there improved proceed storing churned values hash? i store values as
"bob" => "george:part-time"
and following idle strings split, nonetheless there contingency some-more glorious way.
Comments
Post a Comment