source: trunk/cgi-bin/showenv.cgi@ 6

Last change on this file since 6 was 6, checked in by Kris Deugau, 20 years ago

Add intermediate development files for posterity

  • Property svn:executable set to *
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
4print "Content-type: text/plain\n\n";
5
6foreach $envir (%ENV) {
7 print "'$envir'\n";
8#: '$ENV{$envir}'\n";
9}
Note: See TracBrowser for help on using the repository browser.