Help for this page

Select Code to Download


  1. or download this
    my $links = $mech->find_link(text_regex => qr/Read more/, url_regex =>
    + qr{domain\.com} );
    for my $link (@$links) {
        ...