in reply to Split a paragraph based on the number of letters

Hi Anonymous Monk,
I am a novice in perl. I am trying to split a data into a summary based on the number of words(or sentences or letter)...

You are welcome to Programming in Perl, and every expert in here started out as a novice. It would be wonderful to see some effort on your part as regard the solution to this your post.
However, I would give you a head up.
Since you are trying to split a "dataset" based on "..number of words, sentences or letters (I prefer based on number of letters)" check usage of split then substr.
You might also want to check How do I post a question effectively?

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me
  • Comment on Re: Split a paragraph based on the number of letters