source:
trunk/cgi-bin/showenv.cgi@
6
Last change on this file since 6 was 6, checked in by , 20 years ago | |
---|---|
|
|
File size: 207 bytes |
Line | |
---|---|
1 | #!/usr/bin/perl |
2 | # Hack to find environment for HTTP auth to do logging of who broke what in ipdb |
3 | |
4 | print "Content-type: text/plain\n\n"; |
5 | |
6 | foreach $envir (%ENV) { |
7 | print "'$envir'\n"; |
8 | #: '$ENV{$envir}'\n"; |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.