HTML-Merge
view release on metacpan or search on metacpan
docs/Merge.html view on Meta::CPAN
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML::Merge - Embedded HTML/SQL/Perl system.</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>
<body style="background-color: white">
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#installation">INSTALLATION</a></li>
<li><a href="#synopsis">SYNOPSIS</a></li>
<li><a href="#description">DESCRIPTION</a></li>
<li><a href="#files">FILES</a></li>
<li><a href="#author">AUTHOR</a></li>
<li><a href="#copyright">COPYRIGHT</a></li>
<li><a href="#see_also">SEE ALSO</a></li>
</ul>
<!-- INDEX END -->
<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>HTML::Merge - Embedded HTML/SQL/Perl system.</p>
<p>
</p>
<hr />
<h1><a name="installation">INSTALLATION</a></h1>
<p>After installing the package, activate <strong>mergecreateinstance</strong> to create an instance in your cgi-bin (or mod_perl) directory.
Follow the directions you get from <strong>mergecreateinstance</strong> in order to configure
your web server.</p>
<p>You must edit the merge.conf created for you.</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
<HTML>
<$RQ.'SELECT * FROM customers WHERE customer_id=<$RVAR.cust_id>'>
<$RLOOP>
<$RSQL.name> owes <$RSQL.debt><BR>
</$RLOOP>
<A HREF="/cgi-bin/merge.pl?template=main_menu.html">
</HTML></pre>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>Merge is an embedded HTML/Perl/SQL tool for creating dynamic web content.
merge.pl compiles HTML with embeded Perl to Perl CGI programs and run them.</p>
<p>All Merge pages are referred to by <strong>cgi-bin-dir</strong>/merge.pl?template=<strong>file.html</strong></p>
<p>(Important: file.html is a HTML template that located in a directory you choose
and name it on the merge.conf file. Notice for better security, the web server
must not be able to display the templates dirctory).
( run in 0.919 second using v1.01-cache-2.11-cpan-119454b85a5 )