Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 69331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:33:24+00:00 2026-05-10T19:33:24+00:00

I previously asked how to do this in Groovy. However, now I’m rewriting my

  • 0

I previously asked how to do this in Groovy. However, now I’m rewriting my app in Perl because of all the CPAN libraries.

If the page contained these links:

 <a href='http://www.google.com'>Google</a>  <a href='http://www.apple.com'>Apple</a> 

The output would be:

 Google, http://www.google.com Apple, http://www.apple.com 

What is the best way to do this in Perl?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T19:33:24+00:00Added an answer on May 10, 2026 at 7:33 pm

    Please look at using the WWW::Mechanize module for this. It will fetch your web pages for you, and then give you easy-to-work with lists of URLs.

    my $mech = WWW::Mechanize->new(); $mech->get( $some_url ); my @links = $mech->links(); for my $link ( @links ) {     printf '%s, %s\n', $link->text, $link->url; } 

    Pretty simple, and if you’re looking to navigate to other URLs on that page, it’s even simpler.

    Mech is basically a browser in an object.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok, i know theres plenty of previously asked questions, discussing this topic however i'm
I previously asked this question under another name but deleted it because I didn't
I previously asked this question XMLParser Advice . However I am still unable to
This is an extension of a question I previously asked here . Long story
I know this question was asked previously and the reply was to override onPrepareContextMenu()/onCreateContextMenu().
difficult to look this up if it has been asked previously since I don't
This is related to a question I've asked previously: Calling Javascript function after loading
OK, I know that this has been asked previously, so please forgive me for
This is a follow up to the question asked here: Groovy parsing text file
So I've previously asked this question: How do I point a socket to the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.