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
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).# push @work, get_links($link); push @work, get_links($link) if ! off_site($link);
Cheers - L~R
|
|---|