in reply to Setting Input record separator to chunk on paragraphs
my @results = split /[\r\n]{2,}/, do { local $/; <STDIN> }; [download]
-- Randal L. Schwartz, Perl hacker