Help for this page

Select Code to Download


  1. or download this
    sub DOMAIN_PORT() { 53 } # if this changes drop me a note
    
  2. or download this
    *AnyEvent::DNS::DOMAIN_PORT = sub () { 8053 };
    print AnyEvent::DNS::DOMAIN_PORT(); # Prints 53..