By the same token, if I had a regex matching multiple things, it would return those things separetely, in a list. Correct? > Okay, my ($truncated_text)=$text=~ m/(.{0,250}\b)/s > > Is that true that m/(.{0,250}\b)/s returns a list value? yup