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";
    }