Help for this page
my ( $key, $value ) = map { (split(/:/, $_)) [0,2] } <FILE>;
(split /:/, $_ )[0] => (split /:/, $_ )[2]