chiark / gitweb /
Do not display number available in trading plan
[ypp-sc-tools.db-live.git] / yarrg / web / check
1 <html><head><title>Stuff</title></head>
2 <body><pre>
3 @INC = <% join ':', @INC |h %>
4 % foreach my $e (sort keys %ENV) {
5 <% $e |h%>=<% $ENV{$e} |h%>
6 % }
7 </body>