chiark / gitweb /
Move code and decls between convert.[ch] and common.[ch] so that common.[ch] is for...
[ypp-sc-tools.web-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>