Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: grepping

by dws (Chancellor)
on Mar 25, 2001 at 01:02 UTC ( [id://66899]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
        my %data;
        @data{@data} = 1;  # turn @data into a lookup hash
    ...
                if not exists $data{$_}
        }
    }
    
  2. or download this
        @data{@data} = undef;  # turn @data into a lookup hash

Log In?
Username:
Password:

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

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

    No recent polls found