Help for this page

Select Code to Download


  1. or download this
    my @atom = split /\./, $host;
    
    if ( length($atom[-1]) == 3 ) {      # gTLD
    ...
        $domain = undef;
    
    }