in reply to Split string into hash

%hash = map{split /\:/, $_}(split /;/, $string);