This file is indexed.

/usr/share/doc/libperl4caml-ocaml-doc/html/Pl_HTML_Element.html is in libperl4caml-ocaml-doc 0.9.5-4.

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
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Pl_Date_Parse.html">
<link rel="next" href="Pl_HTML_Form.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Perl" rel="Chapter" href="Perl.html">
<link title="Pl_Data_Dumper" rel="Chapter" href="Pl_Data_Dumper.html">
<link title="Pl_Date_Calc" rel="Chapter" href="Pl_Date_Calc.html">
<link title="Pl_Date_Format" rel="Chapter" href="Pl_Date_Format.html">
<link title="Pl_Date_Parse" rel="Chapter" href="Pl_Date_Parse.html">
<link title="Pl_HTML_Element" rel="Chapter" href="Pl_HTML_Element.html">
<link title="Pl_HTML_Form" rel="Chapter" href="Pl_HTML_Form.html">
<link title="Pl_HTML_Parser" rel="Chapter" href="Pl_HTML_Parser.html">
<link title="Pl_HTML_TreeBuilder" rel="Chapter" href="Pl_HTML_TreeBuilder.html">
<link title="Pl_HTTP_Cookies" rel="Chapter" href="Pl_HTTP_Cookies.html">
<link title="Pl_HTTP_Headers" rel="Chapter" href="Pl_HTTP_Headers.html">
<link title="Pl_HTTP_Message" rel="Chapter" href="Pl_HTTP_Message.html">
<link title="Pl_HTTP_Request" rel="Chapter" href="Pl_HTTP_Request.html">
<link title="Pl_HTTP_Request_Common" rel="Chapter" href="Pl_HTTP_Request_Common.html">
<link title="Pl_HTTP_Response" rel="Chapter" href="Pl_HTTP_Response.html">
<link title="Pl_LWP_UserAgent" rel="Chapter" href="Pl_LWP_UserAgent.html">
<link title="Pl_Template" rel="Chapter" href="Pl_Template.html">
<link title="Pl_URI" rel="Chapter" href="Pl_URI.html">
<link title="Pl_WWW_Mechanize" rel="Chapter" href="Pl_WWW_Mechanize.html"><title>Pl_HTML_Element</title>
</head>
<body>
<div class="navbar"><a href="Pl_Date_Parse.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;<a href="Pl_HTML_Form.html">Next</a>
</div>
<center><h1>Module <a href="type_Pl_HTML_Element.html">Pl_HTML_Element</a></h1></center>
<br>
<pre><span class="keyword">module</span> Pl_HTML_Element: <code class="code">sig</code> <a href="Pl_HTML_Element.html">..</a> <code class="code">end</code></pre>Wrapper around Perl <code class="code">HTML::Element</code> class.<br>
<hr width="100%">
<br><code><span class="keyword">type</span> <a name="TYPEcontent_t"></a><code class="type">'a</code> content_t = </code><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">Element</span> <span class="keyword">of</span> <code class="type">'a</code></code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">String</span> <span class="keyword">of</span> <code class="type">string</code></code></td>

</tr></table>


<pre><span class="keyword">class</span> <a name="TYPEhtml_element"></a><a href="Pl_HTML_Element.html_element.html">html_element</a> : <code class="type"><a href="Perl.html#TYPEsv">Perl.sv</a> -> </code><code class="code">object</code> <a href="Pl_HTML_Element.html_element.html">..</a> <code class="code">end</code></pre><pre><span class="keyword">val</span> <a name="VALnew_"></a><a href="code_VALPl_HTML_Element.new_.html">new_</a> : <code class="type">string -> (string * string) list -> <a href="Pl_HTML_Element.html_element.html">html_element</a></code></pre></body></html>