ljr/ljcom/htdocs/code/cache/index.bml

26 lines
474 B
Plaintext
Raw Normal View History

2019-02-05 21:49:12 +00:00
<?page
title=>LJ::Cache
body<=
<a href="../"><B>&lt;&lt; Code</b></a> |
<b>Download:</b> <?dl code/cache/ dl?>
<?h1 License h1?>
<?p
LJ::Cache is licensed under the <a href="http://www.gnu.org/copyleft/library.txt">LGPL</a>, also available in the distribution.
p?>
<?_code
my $doc = `perldoc -u LJ::Cache | pod2html`;
$doc =~ s/<H1>(.+?)<\/H1>/<?h1 $1 h1?>/g;
$doc =~ s/<H2>(.+?)<\/H2>/<?h2 $1 h2?>/g;
$doc =~ s/<HR>/<?hr?>/g;
return $doc;
_code?>
<=body
page?>