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 );
Comment on
Re: WWW::Mechanize follow_link()
Select
or
Download
Code
In Section
Seekers of Perl Wisdom