Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: To Hash or Not to Hash??

by l2kashe (Deacon)
on Dec 02, 2003 at 15:38 UTC ( [id://311646]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $ip   = '24.56.102.10';
    my %ours = (
    ...
    } else {
       print "Its not there\n";
    }
    
  2. or download this
       $ours{$v} = $k while ( my($k, $v) = each %ours);
    
  3. or download this
    #... yada yada ...
    my %ips = (
    ...
          }
       }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found