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 list.tt
From PerlNet
Save as root/address_list.tt
<html>
<body>
<h1>Address List</h1>
<table border="1">
<tr>
<th>First</th>
<th>Last</th>
<th>Email</th>
</tr>
[% FOREACH key = all.keys %]
<tr>
<td>[% all.$key.first %]</td>
<td>[% all.$key.last %]</td>
<td>[% all.$key.email %]</td>
</tr>
[% END %]
</table>
</body>
</html>

