With Apache and CGI (Perl) I can use the following Script to show all
environment variables.
-------------------------------------
#! /opt/bin/perl
print "Content-type: text/plain\n\n";
foreach (keys %ENV) {
print $_.": ".$ENV{$_}."<br>\n";
}
-------------------------------------
Can something like this be done with dtml? ...or should i use Python?
Sven
--
PGP-Key-ID: 0x881BF222