briandfoy / Polyglot

(Perl) a little language interpreter

This URL has Read+Write access

briandfoy (author)
Fri Jan 18 02:42:43 -0800 2008
commit  52784f2886a999e7bfc3688c8e0ae3a79504f91b
tree    6d3c0c9248eb60fed7ce45d5cffb7443219a3907
parent  af39fb181ca3909d98c8d5429d6c7d8d31430f19
README
$Id$

You can install this using in the usual Perl fashion

  perl Makefile.PL
  make
  make test
  make install

The documentation is in the module file.  Once you install
the file, you can read it with perldoc.

  perldoc Polyglot

If you want to read it before you install it, you can use
perldoc directly on the module file.

  perldoc  lib/Polyglot.pm

This module is also in CVS on SourceForge

  http://sourceforge.net/projects/brian-d-foy/


Enjoy,

brian d foy, bdfoy@cpan.org