"100+ Auto-Installing Software Titles For Your Web Site"
Net::DNS Module 0.34





Sunday, May 05, 2024

Net::DNS is a DNS resolver implemented in Perl. It allows the programmer to perform nearly any type of DNS query from a Perl script. This module is required by many scripts, including some here on the CGI Connection, such as our E-mail Verifier. If your hosting company does not have this module intalled, you should get it. This is not a standalone script, but is used in conjunction with other scripts.

This module can normally be downloaded from cpan.org but now it can be automatically installed from the CGI Connection web site.

Manual Installation:

When you use a script that requires the Net::DNS module, it should work fine if you have the script in your cgi-bin directory. If not, you must specify the location of the DNS module in the beginning of the script. For example:

#!/usr/bin/perl
BEGIN { @INC = ("/path/to/your/cgi-bin", @INC); }


The only part you change is /path/to/your/cgi-bin which is the full, exact location to where you untarred the files to.

You can test if your modules exist by using our Module Checker


I think what you have is a wonderful thing for those who do not understand html, cgi bins, etc. Best of luck to you in your endeavors.

Charles Garner
Sr. Executive Director
www.officialbeyourownboss.com

Send us your thoughts




Download Fuse Node.js Compiler