The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/css" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>twepl - The Perl embeddings for HTML</title>
<style type="text/css"><!--
h1{padding:3px;color:#069;background-color:#cef;font-size:120%;font-weight:bolder;}
h2{color:#069;font-size:100%;font-weight:bold;}
blockquote{margin:8px;padding:8px;border:solid 1px #9bd;background-color:#eff9ff;}
.b{font-weight:bold;}
.i{font-style:italic;}
--></style></head>
<body>
<h1>twepl - The Perl embeddings for HTML</h1>
<a id="___top" name="___top">
<h2>INDEX</h2>
<p>
&nbsp;&nbsp;&nbsp;<a href="#NAME">NAME</a><br />
&nbsp;&nbsp;&nbsp;<a href="#SYNOPSYS">SYNOPSYS</a><br />
&nbsp;&nbsp;&nbsp;<a href="#DESCRIPTION">DESCRIPTION</a><br />
&nbsp;&nbsp;&nbsp;<a href="#CGI">CGI</a><br />
&nbsp;&nbsp;&nbsp;<a href="#OPTIONS">OPTIONS</a><br />
&nbsp;&nbsp;&nbsp;<a href="#SEE_ALSO">SEE ALSO</a><br />
&nbsp;&nbsp;&nbsp;<a href="#AUTHOR">AUTHOR</a><br />
&nbsp;&nbsp;&nbsp;<a href="#COPYRIGHT">COPYRIGHT</a><br />
&nbsp;&nbsp;&nbsp;<a href="#LISENCE">LISENCE</a>
</p>
<a id="NAME"></a><h1>NAME <a href="#___top">&uarr;</a></h1>
<p>
twepl - The Perl embeddings for HTML.
</p>
<a id="SYNOPSYS"></a><h1>SYNOPSYS <a href="#___top">&uarr;</a></h1>
<p>
twepl <span class="b">-[ceux]+</span> <span class="b">-t:?X</span> <span class="b">files...</span>
</p>
<a id="DESCRIPTION"></a><h1>DESCRIPTION <a href="#___top">&uarr;</a></h1>
<p>
The Perl-Code embeddings for HTML, it is simple and easy.<br />
adding <span class="i">&lt;$ Perl-Code $&gt;</span> to your HTML.<br />
</p>
<a id="CGI"></a><h1>CGI <a href="#___top">&uarr;</a></h1>
<p>
inserting first line to
</p>
<blockquote>
<span style="color:#080;">#!/your/path/twepl (options)?</span>
</blockquote>
<a id="OPTIONS"></a><h1>OPTIONS <a href="#___top">&uarr;</a></h1>
<p>
<span class="b">-[ceux]+</span><br />
</p>
<p>
<span class="b">c</span> = output internal code.<br />
<span class="b">e</span> = example mode, with coloring source.<br />
<span class="b">u</span> = use beta features.<span class="i">(template mode only now)</span><br />
<span class="b">x</span> = older version compatible, every tags every execute.
</p>
<p>
<span class="b">-t:?X</span> = set timeout of <span class="b">X</span> seconds.
</p>
<a id="SEE_ALSO"></a><h1>SEE ALSO <a href="#___top">&uarr;</a></h1>
<p>
see <a href="HTML/EmbeddedPerl.html">HTML::EmbeddedPerl</a> manpages.
</p>
<a id="AUTHOR"></a><h1>AUTHOR <a href="#___top">&uarr;</a></h1>
<p>
TWINKLE COMPUTING <a href="mailto:twinkle@cpan.org">&lt;twinkle@cpan.org&gt;</a>
</p>
<a id="COPYRIGHT"></a><h1>COPYRIGHT <a href="#___top">&uarr;</a></h1>
<p>
Copyright (c) 2010 TWINKLE COMPUTING All rights reserved.
</p>
<a id="LISENCE"></a><h1>LISENCE <a href="#___top">&uarr;</a></h1>
<p>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
</p>
</body></html>