Parse::pLex =========== This package is a XS wrapper to lex or flex lexical analyzer. To write parsers in Perl is simple, but regular expression based lexical analisis is slow. As lex or flex are available on almost any modern computer operating system, why not use it from Perl. This is this module objective. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires the lex or flex lexical analyzer. COPYRIGHT AND LICENCE Copyright (C) 2003 by Alberto Manuel Brandao Simoes This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.1 or, at your option, any later version of Perl 5 you may have available.