/p2js

IWL Perl To Javascript converter

Primary LanguagePerl

IWL-P2JS version 0.01
================

The IWL-P2JS library is an attempt to translate simple perl code references
into JavaScript. This can help people with no prior JavaScript experience to
fully utilize IWL

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

 IWL
 PPI

COPYRIGHT AND LICENCE

Copyright (c) 2006-2007  Viktor Kojouharov. All rights reserved.

This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See perldoc perlartistic.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.