Help for this page
my ($key, $value) = split(/: /, $string, 2);
my ($key, $value) = split(/\s*\:\s*/, $string, 2);