use Mojo::DOM; my $dom = Mojo::DOM->new(<<'HTML');
22
mai
19:52
Text 1

Text 1 Title

Blue
Dourdan
22
mai
11:55
Text 2

Text 2 title

Blue
Champigny-sur-Marne
HTML print $dom->find('div.date')->map(sub{$_->children->each})->map(sub{$_->text})->each;