in reply to How to properly go through a WWW::Mechanize::Link object?
my $links = $mech->find_link(text_regex => qr/Read more/, url_regex => + qr{domain\.com} ); for my $link (@$links) { ... [download]