Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
    # Demo: 
    print "Example: 1 -> ", h_error_symbol(1), " / ", hstrerror(1), "\n";
    print Dumper(\%h_error_symbol);
    
  2. or download this
    Example: 1 -> HOST_NOT_FOUND / Authoritative Answer Host not found.
    $VAR1 = {
    ...
              '4' => 'NO_DATA'
            };