Development Tools related scripts & softwares
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.
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.
mojoEnv is a Perl script to display your Server environmental info and installed modules.
This is a simple script to display the environmental variables for the server and client information.
This is a useful script if you don't know the paths on your host. Just install it and run it in your browser. Then it will display the paths.
Where Is Perl? is a small utiliy to help Perl devlopers by printing out all the available environment variables on the screen.
This simple utility allows you to view the environment variables present when a CGI is called on your server.
Snoop.cgi is a little Perl script that receives environmental data from your user and returns that data in html form.
This script will take a look at your environment variables, location of Perl, location of sendmail, and the location of all installed modules and display them in an easy to read table. You need the FILE::RECURSE module installed.
|