Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How to get the required names

by hawtin (Prior)
on Dec 26, 2007 at 11:53 UTC ( [id://659035]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $input_str =~ s/\W+/ /g;
        $db_str =~ s/\W+/ /g;
        if(lc($input_str) eq lc($db_str))
            ...
    
  2. or download this
        MaggieSmith
        Magie Smythe
    ...
        Marge Smith
        Maggie J Smith
        etc
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-29 02:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found