$str = "this is a string"; $i = split(/\s/,$str); print $i;