Is there a module out there that does split a html page into chunks of html/text based on paragraph breaks?
I looked into HTML::Treebuilder and HTML::Summary, but both do too much. All I need is a regex like
But as always with regexes: "never write yet another parser!" and "you will always forget about a number of cases you didn't anticipate!".