@chunks = split /\s+/, "thing with spaces in it"; #### @chunks = split ' ', $string_to_split;