String/Rexx version 0.01
========================

Copyright (c) 2003 Ioannis Tambouras <ioannis@earthlink.net> .
All rights reserved.


This module implements the string-related functions of
regina2-rexx, with approximately 30 functions that 
manipulate text.

No knowledge of Rexx is needed or desired. 

This package will prove useful to those not yet
comfortable with regex, or to those desiring the
simple interface of string-rich languages, such as Rexx .



INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires other modules and libraries:
Test::More 
Params::Validate. 

The module Test::Exception is
suggested during testing but it is optional.


COPYRIGHT AND LICENCE

Copyright (C) 2003 Ioannis Tambouras <ioannis@earthlink.net>
LICENSE:  Same terms as Perl5 itself.
