in reply to Re: Using punctuation to split a text
in thread Using punctuation to split a text

So this should do the trick:

@sentences =split([.?!\L], $text);

Thank you for your help.

-UH