This file is indexed.

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

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
<!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_Format.html">
<link rel="next" href="Pl_HTML_Element.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_Date_Parse</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Pl_Date_Format.html" title="Pl_Date_Format">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Pl_HTML_Element.html" title="Pl_HTML_Element">Next</a>
</div>
<h1>Module <a href="type_Pl_Date_Parse.html">Pl_Date_Parse</a></h1>

<pre><span class="keyword">module</span> Pl_Date_Parse: <code class="code">sig</code> <a href="Pl_Date_Parse.html">..</a> <code class="code">end</code></pre><div class="info module top">
Wrapper around Perl <code class="code">Date::Parse</code> class.
<p>

 Copyright (C) 2003 Merjis Ltd.
<p>

 $Id: pl_Date_Parse.ml,v 1.1 2003/11/19 16:28:23 rich Exp $<br>
</div>
<hr width="100%">

<pre><span id="VALstr2time"><span class="keyword">val</span> str2time</span> : <code class="type">?zone:string -> string -> float</code></pre>
<pre><span id="VALstrptime"><span class="keyword">val</span> strptime</span> : <code class="type">?zone:string -><br>       string -><br>       int option * int option * int option * int option * int option * int option *<br>       string option</code></pre></body></html>