The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
<head><title>OX - Counter::Improved Example</title>
<body>
<h1>[% count %]</h1>
<hr/>
<a href="[% uri_for({ page => 'inc' }) %]">++</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="[% uri_for({ page => 'dec' }) %]">--</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="[% uri_for({ page => 'reset' }) %]">reset</a>
</body>
</html>