chiark / gitweb /
Move nascent website here
[ypp-sc-tools.db-live.git] / yarrg / mason / check
diff --git a/yarrg/mason/check b/yarrg/mason/check
new file mode 100644 (file)
index 0000000..56a1be1
--- /dev/null
@@ -0,0 +1,7 @@
+<html><head><title>Stuff</title></head>
+<body><pre>
+@INC = <% join ':', @INC |h %>
+% foreach my $e (sort keys %ENV) {
+<% $e |h%>=<% $ENV{$e} |h%>
+% }
+</body>