Help for this page

Select Code to Download


  1. or download this
    if ($key eq $selection) {
        print "\n";
    
  2. or download this
    if (exists $hash{$selection})
    {
    ...
        print "\nThe domain you entered is not on the list above.  Now exi
    +ting script.\n";
        exit;
    }