Tie::CharArray -- version 1.00

This module provides a way to manipulate Perl strings through tied
arrays.  The operations are implemented in terms of substr(), pack()
and other string manipulation functions, but the programmer normally
need not be aware of this.  As Perl has no primitive character type,
two alternative representations are provided:

  * Strings as arrays of single-character strings
  * Strings as arrays of small integers

As of 1.00, two exportable functions are also provided for those who
wish to avoid using tie() directly.

To install, just do:

   perl Makefile.PL
   make
   make test
   make install

This module requires perl 5.005 or above.

Copyright (c) 2000-2001 Ilmari Karonen.  All rights reserved.  This
library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

Address bug reports and comments to: perl@itz.pp.sci.fi