Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: search for particular elements of hash with multiple values

by marioroy (Prior)
on Apr 20, 2017 at 21:54 UTC ( [id://1188488]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl demo.pl haukex 50
    duration (haukex):  1.236 seconds
    ...
    duration (karlseq): 0.313 seconds
    found match: yes
    
  2. or download this
    $ perl demo.pl haukex 50
    duration (haukex): 17.388 seconds
    ...
    duration (karlseq): 2.858 seconds
    found match: yes
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
        return @ret ? 1 : 0;
    }
    
  4. or download this
    $ perl demo.pl haukex 50
    duration (haukex):  1.232 seconds
    ...
    duration (karlseq): 0.858 seconds
    found match: yes
    
  5. or download this
    $ perl demo.pl haukex 50
    duration (haukex):  20.108 seconds
    ...
    duration (karlseq): 11.419 seconds
    found match: yes
    
  6. or download this
    $ perl demo.pl haukex 50
    duration (haukex):  1.607 seconds
    ...
    duration (karlseq): 0.749 seconds
    found match: yes
    
  7. or download this
    $ perl demo.pl haukex 50
    duration (haukex):  25.194 seconds
    ...
    duration (karlseq):  7.051 seconds
    found match: yes
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-28 11:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found