Help for this page
my( @links ) = $mech->links(); foreach my $link ( @links ) { ... $temp_mech->get( $link ); # Do whatever you want now... }