in reply to Re^2: Logging URLs that don't return 1 with $mech->success
in thread Logging URLs that don't return 1 with $mech->success

dhoss,
Actually, I just realized you could have a monster on your hands without one more sanity check:
# push @work, get_links($link); push @work, get_links($link) if ! off_site($link);
I am sure somewhere on the university website there is a link off-site and you don't want to end up crawling the entire internet - it could take a while (and get you fired).

Cheers - L~R