in reply to WWW::Mechanize follow_link() crashes if no link is found

follow_link is just find_link followed by get. It can (and should) fatal if the link isn't found. If you don't want the fatal, then either separate the steps to verify the link is actually there, or wrap the call inside an eval.

-- Randal L. Schwartz, Perl hacker

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.