Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!arclight.uoregon.edu!hammer.uoregon.edu!nntp.news.xara.net!xara.net!news.maxwell.syr.edu!newsxfer3.itd.umich.edu!newsxfer.itd.umich.edu!quark.scn.rain.com!news.teleport.com!not-for-mail
From: Joshua Pritikin <
[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: "Perl Embedded HTML" Page Cache
Followup-To: comp.lang.perl.modules
Date: 10 Nov 1997 04:42:42 GMT
Organization: MindSpring Enterprises
Lines: 25
Sender:
[email protected]
Approved:
[email protected] (comp.lang.perl.announce)
Message-ID: <
[email protected]>
Reply-To:
[email protected]
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:8 comp.lang.perl.modules:143
This module requires FastCGI or Apache/mod_perl. If you are not using
one of these packages, investigate that first.
* Easier than HTML::Embperl
* Does not require a separate binary like eperl
Accepts page source code that looks like this:
<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" >
<center><h1><big>
<: small_caps("Mondo Server") :>
</big></h1></center>
<p>
Perl source code is quoted between <: and :> symbols. These quotes
are matched at the beginning/end of lines. Your PHTML code is
rewritten into a single block, so you can declare lexical variables or
loops and continue them further down the page.
It's all very simple and easy.
Get it from
http://www.perl.com/CPAN/authors/id/JPRIT/!