$str = "this is a string"; print scalar split(/\s/,$str); [download]
In reply to Re: different return type for split by busunsl in thread different return type for split by t0j0