in reply to Re: how to split blocks of textin thread how to split blocks of text
Or even
foreach ( split(/^/, $text) ) { print "* $_"; } [download]