Help for this page
$string = "a:b::c d"; @patterns = (':','::','\s+'); @fields = split(\@patterns, $string);
split([ ':',',',\20,\10 ],$_);