Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: To Hash or Not to Hash??

by Roy Johnson (Monsignor)
on Dec 02, 2003 at 19:28 UTC ( [id://311717]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    68.168.192.17 => 'ns1.a'
    
  2. or download this
    '68.168.192.17' => ns1.a
    
  3. or download this
    if ($ours{$_} eq 'ns1.t') {
      print OUT "$_\n";
    ...
    elsif ($theirs{$_} eq 'ns1.a') {
      print OUT1 "$_\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 04:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found