Mark's Web-centric Scripts
Any of you who do write cgi scripts might find these two handy.
- This is the output of a
cgi-script which spews forth all the environment variables set
when it is run.
- This page includes a script
which does the same thing, showing what the environment is for
a server side execute.
- This spits up the colours
/usr/share/X11/rgb.txt.
- This spits up HTML character sets.
Now you can see all my scripts:
- showscript.cgi
- This script prints out the scripts.
- ssincludes.pl
- This gets included by some of the other scripts to check that
all is well.
- ssincludetest.pl
- This is the script that gets included in the server side include
test pointed to above. Again, it just spews out it's environment.
- testpage.cgi
- This is the script that is pointed to above. It spews out it's
environment
- trailer.pl
- This script runs through a setuid wrapper and records the
backlinks that you see at the bottom of everypage.
-
clean_web_referrers
- This script runs periodically to clean all the junk off the
referrer logs that I'm not interested in.
- fetch
- This is my perl command line http client.
- rgb-colours.sh
- Spits up the contents of /usr/share/X11/rgb.txt.
- charset.sh
- Spits up tables showing html character codes.
That's about all for now.