Dual-license your content for inclusion in The Perl 5 Wiki using this HOWTO, or join us for a chat on irc.freenode.net#PerlNet.

Melbourne Perl Mongers/8th March 2006/root address view.tt

From PerlNet

Jump to: navigation, search

Save as root/address_view.tt

<html>
<body>
<h1>Hello - this is a template</h1>
<p>Value of ID = [% id %]</p>

<h2>The record</h2>
<ul>
        [% FOREACH key = entry.keys %]
                <li>[% key %] = [% entry.$key %]</li>
        [% END %]
</ul>
</body>
</html>
Personal tools