JSAN, AJAX, and Perl 11

The JSAN.js Library Loader

  <script type="text/javascript"
          src="/js/JSAN.js" />
  <script type="text/javascript">
    JSAN.addRepository('/js');
    JSAN.use('Lib.Foo');
    JSAN.use('Lib.Bar');
  </script>
Copyright © 2005-2006 David Rolsky