With TEnvironment component you can easily read values of all Windows environment variables even in design mode.
Un-CGI is a frontend for processing queries and forms from the Web on Unix systems. (It can also be run under Windows in some cases). Un-CGI decodes all the form fields and sticks them into environment variables for easy perusal by a shell...
This script displays all of the environment variables. Also displays server information, SendMail path, MySQL path and more.
This very basic script dumps all of the environment variables to the screen.
The usage of server variables is listed out on this ASP tutorial that describes how server variables can be accessed through ASP to collect web based information. Describes the utilities of environment variables to get such detail like...
You can learn in detail about Request.ServerVariables Object along with it's benefits from this tutorial. Here, the author describes how all environment variables can be obtained through ASP script. And the sample program lets you clearly...
Provides an access to the operating system environment variables (e.g. PATH, TEMP, COMPUTERNAME, SystemRoot and etc.)
A Quick Introduction to PERL is a tutorial that will help even a beginner to understand how to create and modify simple Perl scripts. This tutorial covers basic topics as variables, loops and ifs, functions, reading environment variables and many...
It is clearly described in this tutorial that Contents collection of Application Object holds all items that are available in the ASP application and using Application.Contents method you can work with all stored application variables and items....
This is a server program written on perl where the users server configuration is checked with server setup that includes sendmail version, paths, installed perl modules, environment variables, server specs and perl. This program can be integrated... |