File: show-env

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