summaryrefslogtreecommitdiff
path: root/envtest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'envtest.pl')
-rwxr-xr-xenvtest.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/envtest.pl b/envtest.pl
deleted file mode 100755
index 4cd5e8d..0000000
--- a/envtest.pl
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/perl
-print "Content-Type: text/plain\n\n";
-foreach (sort keys %ENV) {
- print "$_: $ENV{$_}\n";
-}
-1;