This file is indexed.

/usr/share/doc/libhtml-mason-perl-doc/examples/samples/show-env is in libhtml-mason-perl-doc 1:1.48-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
<h3>Current Environment</h3>
<ul>
% foreach my $key (sort(keys(%ENV))) {
<li><b><% $key %></b>: <% $ENV{$key} %>
% }
</ul>