use strict; use warnings; use Mojo::DOM; my $dom = Mojo::DOM->new()->parse(do { local $/; }); # here you can use any other tag than 'title' too: print $dom->at('title')->text; __DATA__ Some Title 1149707 4220 2011-04-02T16:47:40Z some User Name 268 some Text ... ......... ..................... ..................... ..................... Some other Title 11497077 42290 2011-05-02T16:47:40Z some Other User Name 2688 some Other Text ... ......... ......... ..................... ..................... .....................