in reply to WWW::Mechanize follow_link()

follow_link takes named parameters, not a single URL, but there's no need to use it if you know the URL already. Just use $mech->get( $_->url );