[Zope] environment variables

Sven Kirmess Sven Kirmess <sven.kirmess@gmx.net>
Sun, 29 Aug 1999 22:58:13 +0200


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