$mech->get('http://www.nature.com/nature/current/index.html'); my $link = 'http://www.nature.com' . ($mech->links)[0]; $mech->get($link);