Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: text string approxiamtions (concept for review)

by shemp (Deacon)
on Dec 05, 2002 at 16:46 UTC ( [id://217820]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %names = (
       "sean"    => 29,
    ...
    );
    
    my @matches = %names{/a/};
    
  2. or download this
    my @keys = keys %names{/a/};
    

Log In?
Username:
Password:

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

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

    No recent polls found