Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <ApiResponse Status="OK" xmlns="http://api.namecheap.com/xml.response"
    +>
    ...
      <GMTTimeDifference>--5:00</GMTTimeDifference>
      <ExecutionTime>0.008</ExecutionTime>
    </ApiResponse>
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    foreach my $domain (@{$result->{DomainGetListResult}}) {
        print $domain->{DomainGetListResult}->{Domain}->{Name} . "\n";
    }