Help for this page

Select Code to Download


  1. or download this
    mxcheck ( <TRUE>|<FALSE> )
       Specifies whether addresses passed to address() should
       be checked for a valid DNS entry.  The default is
       false.
    
  2. or download this
      If an error is encountered, an exception is raised.  This
      is really only possible when performing DNS queries.  Trap
    ...
                                         -mxcheck => 1 );
           };
           warn "an error was encountered: $@" if $@;