Perl
Perl
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat Perl Downloads
use chilkat();
$http = chilkat::CkHttp->new();
$domain = $http->getDomain("https://chilkatsoft.com/refdoc/csharp.asp");
print $domain . "\r\n";
# Output: chilkatsoft.com