Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: fastest way to compare two arrays

by krusty (Hermit)
on Apr 14, 2011 at 00:21 UTC ( [id://899316]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @hash{@range} = (1) x @range;  #guess I don't need to replicate now.
    delete @hash{@ports};
    @open = sort {$a <=> $b} keys %hash; 
    #seems to work
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-19 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found