in reply to different return type for split
$str = "this is a string"; print split(/\s/,$str); [download]