File: show-env.html

package info (click to toggle)
libhtml-mason-perl 1%3A1.48-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,500 kB
  • sloc: perl: 17,878; sh: 49; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
<h3>Current Environment</h3>
<ul>
% foreach my $key (sort(keys(%ENV))) {
<li><b><% $key %></b>: <% $ENV{$key} %>
% }
</ul>

<%attr>
title => "Environment variables"
</%attr>