Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: how to do match www.jkghfdjbh.org from $li?

by davido (Cardinal)
on Jun 11, 2013 at 07:33 UTC ( [id://1038209]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    m/
          www     # match literal 'www'
    ...
          [a-z]   # match any single character between a and z.
    /ix           # /i makes everything case-insensitive, so there's
                  # no difference between [A-Z] and [a-z].
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1038209]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 19:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found