in reply to
Split string into hash
%hash = map{split /\:/, $_}(split /;/, $string);
[download]
Comment on
Re: Split string into hash
Download
Code
In Section
Seekers of Perl Wisdom