in reply to Re: how to split blocks of text
in thread how to split blocks of text

Or even

foreach ( split(/^/, $text) ) { print "* $_"; }