NAME
DNSQuery::Constants - Shared constants for DNSQuery
SYNOPSIS
use DNSQuery::Constants qw(:all);
if ($VALID_QUERY_TYPES{$type}) {
# valid type
}
DESCRIPTION
This module provides shared constants used throughout the DNSQuery application.
DNSQuery::Constants - Shared constants for DNSQuery
use DNSQuery::Constants qw(:all);
if ($VALID_QUERY_TYPES{$type}) {
# valid type
}
This module provides shared constants used throughout the DNSQuery application.