home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The HTML Web Publisher's Construction Kit
/
HTMLWPCK.ISO
/
unix
/
cgi
/
vars.csh
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1995-07-11
|
242 b
|
15 lines
#!/bin/csh
# This will echo all of the environment variables that
# are set and their values.
cat << EOM
Content-Type: text/html
EOM
echo
echo "<TITLE>Test</TITLE>"
echo "Environ vars should be listed below"
echo "<LISTING>"
eval 'setenv'