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 = (
    ...
          }
       }
    }