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 6549161
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:03:33+00:00 2026-05-25T12:03:33+00:00

im using pQuery to get all TD cells from a table checking if it

  • 0

im using pQuery to get all TD cells from a table checking if it contains a valid URL.
pQuery is working fine giving me the content of all TD cells.
But my Regexp::Common check which i have from stackoverflow doesnt work.

Heres my code:

use Regexp::Common qw/URI/;
use pQuery;

pQuery( $url)
->find( "table")
->find( "tr")
->find( "td")
->each( sub {
  my $domain = pQuery( $_)->text;
  if( $domain =~ /$RE{URI}{HTTP}/) {
    print "OK\n";
  }
});

The variable $domain contains the content of a TD cell, some of them have domains in it.
They all look like “hello-world.com” or “www.test.net”.
The text “OK” doesnt get printed. Whats wrong here?
Is it because the domains are in the format above? No HTTP, no WWW. I want a simple check if the text is a valid URL.

  • 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. Editorial Team
    Editorial Team
    2026-05-25T12:03:33+00:00Added an answer on May 25, 2026 at 12:03 pm

    Your content is not a HTTP URI, so using $RE{URI}{HTTP} will not match, it looks like your trying to match domain names, for that you want to use use Regexp::Common qw/net/; and $RE{net}{domain}{-nospace}.

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

Sidebar

Related Questions

Using jQuery, how do I get the value from a textbox and then load
Using the C# Facebook SDK 5.0.3 everything works fine whit the client.Get(/me). But when
I'm using ruby and googles reverse geocode yql table to ideally automate some search
I'm using pQuery (a Perl port of jQuery) to select elements and retrieve text
Using the following database table structure: Order Table: OrderId OrderName OrderItem Table: OrderId ItemId
I am using a LINQ statement that selects from various tables information I need
Using the http://www.ifans.com/forums/showthread.php?t=132024 post from another question i am allowing the user to enter
Using CRM 4, I have an entity form that contains a tab with an
Using SQL Server 2005 Leave Table ID StartDate EndDate 001 02/03/2010 02/03/2010 002 02/03/2010
using Core Data, how would I list (i.e. return an NSArray of NSStrings) all

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.