Help for this page

Select Code to Download


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