PerlDiver digs into your web server's perl installation and lists installed modules, your server's environment variables, and perl's config info. Also shows the module's pod and version information. Easily add your own categories to PerlDiver.
When you run this script it will report the server enviroment it is running in back to your browser. It will aid in setting up other CGI scripts in which the user is having problems determining server settings.
The category of the script is actually simple: To list environment variables. However this script does more than that: Listing environment variables, describing the function of each variable, listing installed perl modules and showing perl information. This is done in a stylish way using the default colors of the popular UBB software. To install: Modify perl path in the script if necessary; Put the script in cgi-bin directory' CHMOD it to 755; Run it! http://URL/info.cgi.
A simple program to help with installing scripts on new servers, or any server where you are not sure of the correct paths. Env retrieves all variables and displays them in an easy to read table.
Need to find your path to sendmail? Perl version, all available modules, operating system or environmental variables used and returned by your server? This free script will do all that and more. Simply upload, chmod then view all of the above information. Script searches for all sendmail locations.
Ace Variables is a small Perl script that will enable you to find out info on your server, and maybe even help you debug some of your scripts by giving the Absolute path of your server.