Scriptname | README |
---|---|
code.pl | |
httpdebug-1.06 | This is a tool to help you debug HTTP transactions. It uses both the HTTP server and HTTP client functionalities of the LWP bundle. Using this script, you can easily and quickly mimic and tweak transactions between servers and clients. You operate this program using a Web browser. |
CGIscriptor-1.1.pl | CGIscriptor merges plain ASCII HTML files transparantly and safely with CGI variables, PERL code, shell commands, and executable scripts (on-line and real-time). It combines the "ease of use" of HTML files with the versatillity of specialized scripts and PERL programs. It hides all the specifics and idiosyncrasies of correct output and CGI coding and naming. Scripts do not have to be aware of HTML, HTTP, or CGI conventions jus... |
CGIservlet-1.0.pl | Whenever an HTTP request is received, the specified CGI script is started inside a child process as if it was inside a real server (e.g., Apache). The evironment variables are set more or less as in Apache. Note that CGIservlet only uses a SINGLE script for ALL requests. No attemps for security are made, it is the script's responsibility to check access rights and the validity of the request. |
iniedit-0.20 | Generates a HTML form containing the sections and values from a .ini-style configuration file, and lets you modify them. |
cnt-1.0.pl | This is a graphical web access counter that is called from the <IMG> tag. The only external resource is it's data file, meaning that no additional modules are required. It produces the count in GIF (colored) or XBM (black&white) format. |
linux-help-1.01 | CGI program for looking up help text, e.g. man, info and pod pages on localhost. It is slower than systems like dwww because it doesn't cache and searches dynamically - but you never have to update anything or pre-index because of this dynamism. |