in reply to Fetching links with www::mechanize

As the documentation tells you, the ->find_all_links method returns all links as WWW::Mechanize::Link objects. You can then just call the appropriate methods on these objects to retrieve the information.