- or download this
use strict;
use warnings;
...
Event Number Four
DESCRIPTION
Lorem ipsum
- or download this
<Event 1>
<Event 2>
<The Third Event>
<Event Number Four>
(All done. 4 result(s) found.)
- or download this
my @results = $string =~ m/SUMMARY\s*(.+?)\s*DESCRIPTION/g;
print map { " <$_>\n"} @results;