my ($key, $value) = split(/: /, $string, 2); #### my ($key, $value) = split(/\s*\:\s*/, $string, 2);