Help for this page
# get the first level of links my @links = $mech->find_all_images(url_regex => qr/jpg$/); # follow each link to the next link foreach (@links) { $mech->follow_link ( $_->url() )};
Odd number of elements in hash assignment at /usr/lib/perl5/vendor_per +l/5.8.6/WWW/Mechanize.pm line 573.