Merge commit '12bbb66931feaac778ef4e47b67375ec9b58e839' as 'cde/programs/dtksh/ksh93'
This commit is contained in:
17
cde/programs/dtksh/ksh93/docs/ksh/scripts/dump-cgi.ksh.txt
Normal file
17
cde/programs/dtksh/ksh93/docs/ksh/scripts/dump-cgi.ksh.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/ksh
|
||||
|
||||
. ./cgi-lib.ksh
|
||||
|
||||
cgi_parse
|
||||
cgi_header
|
||||
|
||||
print "<html>"
|
||||
print "<pre>"
|
||||
print -r "Url: $(cgi_url)"
|
||||
for i in ${!Cgi.*}
|
||||
do
|
||||
nameref val=$i
|
||||
print -r "$i = $val"
|
||||
done
|
||||
print "</pre>"
|
||||
print "</html>"
|
||||
Reference in New Issue
Block a user