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

Potential unreliability. It doesn't look right to me to follow a link that exists on a page the Mechanize object no longer has loaded. It could very well be that the Link object is independent of the page that spawned it, but to rely on that sounds dangerous to me. It might not be, but it's worth looking into and adding comments explaining this.

  • Comment on Re^3: Logging URLs that don't return 1 with $mech->success