Help for this page

Select Code to Download


  1. or download this
    my @links_with_class = $mech->find_all_links( class => ... );
    my @links_with_regex = $mech->find_all_links( url_regex => ... );
    
    my @links = @links_with_class, @links_with_regex;