The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
    <head>
        <title>Jemplate Ajax Example</title>
        <script src="../js/JemplateRuntime.js" type="text/javascript"></script>
        <script src="../js/ajax.js" type="text/javascript"></script>
    </head>
    <body onload="Jemplate.process('body.html', 'data.json', this.document.body)">
Loading...
    </body>
</html>